#CDCBE0

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

Shades of Lavender Grey #CDCBE0

Tints of Lavender Grey #CDCBE0

Color information

#CDCBE0 (or 0xCDCBE0) is unknown color: approx Lavender Grey. HEX triplet: CD, CB and E0. RGB value is (205,203,224). Sum of RGB (Red+Green+Blue) = 205+203+224=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDCBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBE0 is #32341F. Grayscale: #CDCDCD. Windows color (decimal): -3290144 or 14732237. OLE color: 14732237.

HSL color Cylindrical-coordinate representation of color #CDCBE0: hue angle of 245.71º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDCBE0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205203224-
CMYK0.080.0900.12
HSL245.71º25.3%83.73%-
HSV(B)245.71º9.38%87.84%-
XYZ59.9961.0779.15-
YUV205.99138.16127.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 203 (79.69% from 255) = 32.12%
BLUE value IS 224 (87.89% from 255) = 35.44%
R=32.44%
G=32.12%
B=35.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052032240.080.0900.12245.7125.383.73
HexCDCBE0890Cf61954
Octal315313340101101436631124
Binary110011011100101111100000100010010110011110110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBE0; }

 p { color: rgb(205,203,224); }

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

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

 a { background-color: rgb(205,203,224); }

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

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

 span { border-color: rgb(205,203,224); }

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