#CED2FA

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

Shades of Lavender Blue #CED2FA

Tints of Lavender Blue #CED2FA

Color information

#CED2FA (or 0xCED2FA) is unknown color: approx Lavender Blue. HEX triplet: CE, D2 and FA. RGB value is (206,210,250). Sum of RGB (Red+Green+Blue) = 206+210+250=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #CED2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2FA is #312D05. Grayscale: #D5D5D5. Windows color (decimal): -3222790 or 16437966. OLE color: 16437966.

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

Color convert

RGB206210250-
CMYK0.180.1600.02
HSL234.55º81.48%89.41%-
HSV(B)234.55º17.6%98.04%-
XYZ65.7666.1299.74-
YUV213.36148.67122.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.93%
GREEN value IS 210 (82.42% from 255) = 31.53%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=30.93%
G=31.53%
B=37.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062102500.180.1600.02234.5581.4889.41
HexCED2FA121002eb5159
Octal316322372222002353121131
Binary11001110110100101111101010010100000101110101110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED2FA; }

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

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

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

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

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

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

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

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