#CDC9ED

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

Shades of Lavender Blue #CDC9ED

Tints of Lavender Blue #CDC9ED

Color information

#CDC9ED (or 0xCDC9ED) is unknown color: approx Lavender Blue. HEX triplet: CD, C9 and ED. RGB value is (205,201,237). Sum of RGB (Red+Green+Blue) = 205+201+237=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDC9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC9ED is #323612. Grayscale: #CECECE. Windows color (decimal): -3290643 or 15583693. OLE color: 15583693.

HSL color Cylindrical-coordinate representation of color #CDC9ED: hue angle of 246.67º degrees, saturation: 0.5, 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 #CDC9ED is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205201237-
CMYK0.140.1500.07
HSL246.67º50%85.88%-
HSV(B)246.67º15.19%92.94%-
XYZ61.3560.8788.64-
YUV206.3145.33127.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 201 (78.91% from 255) = 31.26%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=31.88%
G=31.26%
B=36.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052012370.140.1500.07246.675085.88
HexCDC9EDEF07f73256
Octal31531135516170736762126
Binary110011011100100111101101111011110111111101111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9ED; }

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

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

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

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

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

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

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

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