#CDCCE0

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

Shades of Lavender Grey #CDCCE0

Tints of Lavender Grey #CDCCE0

Color information

#CDCCE0 (or 0xCDCCE0) is unknown color: approx Lavender Grey. HEX triplet: CD, CC and E0. RGB value is (205,204,224). Sum of RGB (Red+Green+Blue) = 205+204+224=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDCCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCE0 is #32331F. Grayscale: #CECECE. Windows color (decimal): -3289888 or 14732493. OLE color: 14732493.

HSL color Cylindrical-coordinate representation of color #CDCCE0: hue angle of 243º degrees, saturation: 0.24, 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 #CDCCE0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205204224-
CMYK0.080.0900.12
HSL243º24.39%83.92%-
HSV(B)243º8.93%87.84%-
XYZ60.2261.5579.23-
YUV206.58137.83126.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.39%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 224 (87.89% from 255) = 35.39%
R=32.39%
G=32.23%
B=35.39%

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
Decimal2052042240.080.0900.1224324.3983.92
HexCDCCE0890Cf31854
Octal315314340101101436330124
Binary110011011100110011100000100010010110011110011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCE0; }

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

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

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

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

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

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

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

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