#CDC8EC

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

Shades of Lavender Blue #CDC8EC

Tints of Lavender Blue #CDC8EC

Color information

#CDC8EC (or 0xCDC8EC) is unknown color: approx Lavender Blue. HEX triplet: CD, C8 and EC. RGB value is (205,200,236). Sum of RGB (Red+Green+Blue) = 205+200+236=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDC8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC8EC is #323713. Grayscale: #CDCDCD. Windows color (decimal): -3290900 or 15517901. OLE color: 15517901.

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

Color convert

RGB205200236-
CMYK0.130.1500.07
HSL248.33º48.65%85.49%-
HSV(B)248.33º15.25%92.55%-
XYZ60.9760.3487.79-
YUV205.6145.16127.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 200 (78.52% from 255) = 31.20%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=31.98%
G=31.20%
B=36.82%

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
Decimal2052002360.130.1500.07248.3348.6585.49
HexCDC8ECDF07f83155
Octal31531035415170737061125
Binary110011011100100011101100110111110111111110001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8EC; }

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

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

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

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

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

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

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

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