#CDCEEF

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

Shades of Lavender Blue #CDCEEF

Tints of Lavender Blue #CDCEEF

Color information

#CDCEEF (or 0xCDCEEF) is unknown color: approx Lavender Blue. HEX triplet: CD, CE and EF. RGB value is (205,206,239). Sum of RGB (Red+Green+Blue) = 205+206+239=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDCEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCEEF is #323110. Grayscale: #D1D1D1. Windows color (decimal): -3289361 or 15716045. OLE color: 15716045.

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

Color convert

RGB205206239-
CMYK0.140.1400.06
HSL238.24º51.52%87.06%-
HSV(B)238.24º14.23%93.73%-
XYZ62.8363.3590.58-
YUV209.46144.67124.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 206 (80.86% from 255) = 31.69%
BLUE value IS 239 (93.75% from 255) = 36.77%
R=31.54%
G=31.69%
B=36.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052062390.140.1400.06238.2451.5287.06
HexCDCEEFEE06ee3457
Octal31531635716160635664127
Binary110011011100111011101111111011100110111011101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEEF; }

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

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

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

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

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

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

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

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