#CDCCDA

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

Shades of Lavender Grey #CDCCDA

Tints of Lavender Grey #CDCCDA

Color information

#CDCCDA (or 0xCDCCDA) is unknown color: approx Lavender Grey. HEX triplet: CD, CC and DA. RGB value is (205,204,218). Sum of RGB (Red+Green+Blue) = 205+204+218=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDCCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCDA is #323325. Grayscale: #CDCDCD. Windows color (decimal): -3289894 or 14339277. OLE color: 14339277.

HSL color Cylindrical-coordinate representation of color #CDCCDA: hue angle of 244.29º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDCCDA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205204218-
CMYK0.060.0600.15
HSL244.29º15.91%82.75%-
HSV(B)244.29º6.42%85.49%-
XYZ59.4261.2375.02-
YUV205.9134.83127.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 218 (85.55% from 255) = 34.77%
R=32.70%
G=32.54%
B=34.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052042180.060.0600.15244.2915.9182.75
HexCDCCDA660Ff41053
Octal3153143326601736420123
Binary1100110111001100110110101101100111111110100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCDA; }

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

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

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

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

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

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

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

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