#CDC9EB

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

Shades of Lavender Blue #CDC9EB

Tints of Lavender Blue #CDC9EB

Color information

#CDC9EB (or 0xCDC9EB) is unknown color: approx Lavender Blue. HEX triplet: CD, C9 and EB. RGB value is (205,201,235). Sum of RGB (Red+Green+Blue) = 205+201+235=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDC9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC9EB is #323614. Grayscale: #CDCDCD. Windows color (decimal): -3290645 or 15452621. OLE color: 15452621.

HSL color Cylindrical-coordinate representation of color #CDC9EB: hue angle of 247.06º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDC9EB is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205201235-
CMYK0.130.1400.08
HSL247.06º45.95%85.49%-
HSV(B)247.06º14.47%92.16%-
XYZ61.0660.7587.11-
YUV206.07144.33127.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 201 (78.91% from 255) = 31.36%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=31.98%
G=31.36%
B=36.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052012350.130.1400.08247.0645.9585.49
HexCDC9EBDE08f72e55
Octal315311353151601036756125
Binary1100110111001001111010111101111001000111101111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9EB; }

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

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

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

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

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

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

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

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