#CDC9FE

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

Shades of Lavender Blue #CDC9FE

Tints of Lavender Blue #CDC9FE

Color information

#CDC9FE (or 0xCDC9FE) is unknown color: approx Lavender Blue. HEX triplet: CD, C9 and FE. RGB value is (205,201,254). Sum of RGB (Red+Green+Blue) = 205+201+254=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 254 (99.61% from 255 or 38.48% from 660); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC9FE is #323601. Grayscale: #D0D0D0. Windows color (decimal): -3290626 or 16697805. OLE color: 16697805.

HSL color Cylindrical-coordinate representation of color #CDC9FE: hue angle of 244.53º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDC9FE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205201254-
CMYK0.190.2100.00
HSL244.53º96.36%89.22%-
HSV(B)244.53º20.87%99.61%-
XYZ63.9561.91102.34-
YUV208.24153.83125.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.06%
GREEN value IS 201 (78.91% from 255) = 30.45%
BLUE value IS 254 (99.61% from 255) = 38.48%
R=31.06%
G=30.45%
B=38.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052012540.190.2100.00244.5396.3689.22
HexCDC9FE131500f56059
Octal315311376232500365140131
Binary1100110111001001111111101001110101001111010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9FE; }

 p { color: rgb(205,201,254); }

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

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

 a { background-color: rgb(205,201,254); }

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

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

 span { border-color: rgb(205,201,254); }

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