#CED4FA

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

Shades of Lavender Blue #CED4FA

Tints of Lavender Blue #CED4FA

Color information

#CED4FA (or 0xCED4FA) is unknown color: approx Lavender Blue. HEX triplet: CE, D4 and FA. RGB value is (206,212,250). Sum of RGB (Red+Green+Blue) = 206+212+250=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4FA is #312B05. Grayscale: #D6D6D6. Windows color (decimal): -3222278 or 16438478. OLE color: 16438478.

HSL color Cylindrical-coordinate representation of color #CED4FA: hue angle of 231.82º 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 #CED4FA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206212250-
CMYK0.180.1500.02
HSL231.82º81.48%89.41%-
HSV(B)231.82º17.6%98.04%-
XYZ66.2567.1199.9-
YUV214.54148.01121.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.84%
GREEN value IS 212 (83.20% from 255) = 31.74%
BLUE value IS 250 (98.05% from 255) = 37.43%
R=30.84%
G=31.74%
B=37.43%

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
Decimal2062122500.180.1500.02231.8281.4889.41
HexCED4FA12F02e85159
Octal316324372221702350121131
Binary1100111011010100111110101001011110101110100010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED4FA; }

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

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

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

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

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

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

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

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