#CDC9EE

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

Shades of Lavender Blue #CDC9EE

Tints of Lavender Blue #CDC9EE

Color information

#CDC9EE (or 0xCDC9EE) is unknown color: approx Lavender Blue. HEX triplet: CD, C9 and EE. RGB value is (205,201,238). Sum of RGB (Red+Green+Blue) = 205+201+238=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDC9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC9EE is #323611. Grayscale: #CECECE. Windows color (decimal): -3290642 or 15649229. OLE color: 15649229.

HSL color Cylindrical-coordinate representation of color #CDC9EE: hue angle of 246.49º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC9EE is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205201238-
CMYK0.140.1600.07
HSL246.49º52.11%86.08%-
HSV(B)246.49º15.55%93.33%-
XYZ61.560.9389.41-
YUV206.41145.83126.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.83%
GREEN value IS 201 (78.91% from 255) = 31.21%
BLUE value IS 238 (93.36% from 255) = 36.96%
R=31.83%
G=31.21%
B=36.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052012380.140.1600.07246.4952.1186.08
HexCDC9EEE1007f63456
Octal31531135616200736664126
Binary1100110111001001111011101110100000111111101101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9EE; }

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

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

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

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

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

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

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

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