#CED5FA

Color #CED5FA Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #CED5FA

Tints of Lavender Blue #CED5FA

Color information

#CED5FA (or 0xCED5FA) is unknown color: approx Lavender Blue. HEX triplet: CE, D5 and FA. RGB value is (206,213,250). Sum of RGB (Red+Green+Blue) = 206+213+250=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5FA is #312A05. Grayscale: #D6D6D6. Windows color (decimal): -3222022 or 16438734. OLE color: 16438734.

HSL color Cylindrical-coordinate representation of color #CED5FA: hue angle of 230.45º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED5FA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206213250-
CMYK0.180.1500.02
HSL230.45º81.48%89.41%-
HSV(B)230.45º17.6%98.04%-
XYZ66.567.6199.99-
YUV215.12147.68121.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 30.79%
GREEN value IS 213 (83.59% from 255) = 31.84%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=30.79%
G=31.84%
B=37.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062132500.180.1500.02230.4581.4889.41
HexCED5FA12F02e65159
Octal316325372221702346121131
Binary1100111011010101111110101001011110101110011010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED5FA; }

 p { color: rgb(206,213,250); }

 H1.HeaderClassName
 {
   color: #CED5FA;
 }
 .AnyTagClassName
 {
   color: #CED5FA;
 }
</style>
background-color css

<style>
 a { background-color: #CED5FA; }

 a { background-color: rgb(206,213,250); }

 div.DivClassName
 {
   background-color: #CED5FA;
 }
 .BgClassName
 {
   background-color: #CED5FA;
 }
</style>
border-color css

<style>
 span { border-color: #CED5FA; }

 span { border-color: rgb(206,213,250); }

 td.TdClassName
 {
   border-color: #CED5FA;
 }
 .TagClassName
 {
   border-color: #CED5FA;
 }
</style>