#CDC9EC

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

Shades of Lavender Blue #CDC9EC

Tints of Lavender Blue #CDC9EC

Color information

#CDC9EC (or 0xCDC9EC) is unknown color: approx Lavender Blue. HEX triplet: CD, C9 and EC. RGB value is (205,201,236). Sum of RGB (Red+Green+Blue) = 205+201+236=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC9EC is #323613. Grayscale: #CECECE. Windows color (decimal): -3290644 or 15518157. OLE color: 15518157.

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

Color convert

RGB205201236-
CMYK0.130.1500.07
HSL246.86º47.95%85.69%-
HSV(B)246.86º14.83%92.55%-
XYZ61.260.8187.87-
YUV206.19144.83127.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.93%
GREEN value IS 201 (78.91% from 255) = 31.31%
BLUE value IS 236 (92.58% from 255) = 36.76%
R=31.93%
G=31.31%
B=36.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052012360.130.1500.07246.8647.9585.69
HexCDC9ECDF07f73056
Octal31531135415170736760126
Binary110011011100100111101100110111110111111101111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9EC; }

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

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

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

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

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

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

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

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