#CDCCEF

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

Shades of Lavender Blue #CDCCEF

Tints of Lavender Blue #CDCCEF

Color information

#CDCCEF (or 0xCDCCEF) is unknown color: approx Lavender Blue. HEX triplet: CD, CC and EF. RGB value is (205,204,239). Sum of RGB (Red+Green+Blue) = 205+204+239=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDCCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCEF is #323310. Grayscale: #D0D0D0. Windows color (decimal): -3289873 or 15715533. OLE color: 15715533.

HSL color Cylindrical-coordinate representation of color #CDCCEF: hue angle of 241.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDCCEF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205204239-
CMYK0.140.1500.06
HSL241.71º52.24%86.86%-
HSV(B)241.71º14.64%93.73%-
XYZ62.3562.490.42-
YUV208.29145.33125.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.64%
GREEN value IS 204 (80.08% from 255) = 31.48%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=31.64%
G=31.48%
B=36.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052042390.140.1500.06241.7152.2486.86
HexCDCCEFEF06f23457
Octal31531435716170636264127
Binary110011011100110011101111111011110110111100101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCEF; }

 p { color: rgb(205,204,239); }

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

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

 a { background-color: rgb(205,204,239); }

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

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

 span { border-color: rgb(205,204,239); }

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