#D0CFDA

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

Shades of Lavender Grey #D0CFDA

Tints of Lavender Grey #D0CFDA

Color information

#D0CFDA (or 0xD0CFDA) is unknown color: approx Lavender Grey. HEX triplet: D0, CF and DA. RGB value is (208,207,218). Sum of RGB (Red+Green+Blue) = 208+207+218=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0CFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFDA is #2F3025. Grayscale: #D0D0D0. Windows color (decimal): -3092518 or 14340048. OLE color: 14340048.

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

Color convert

RGB208207218-
CMYK0.050.0500.15
HSL245.45º12.94%83.33%-
HSV(B)245.45º5.05%85.49%-
XYZ60.9863.175.29-
YUV208.55133.33127.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.86%
GREEN value IS 207 (81.25% from 255) = 32.70%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=32.86%
G=32.70%
B=34.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082072180.050.0500.15245.4512.9483.33
HexD0CFDA550Ff5d53
Octal3203173325501736515123
Binary110100001100111111011010101101011111111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFDA; }

 p { color: rgb(208,207,218); }

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

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

 a { background-color: rgb(208,207,218); }

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

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

 span { border-color: rgb(208,207,218); }

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