Html Css Color HEX #D0CFDA Lavender Grey

📋 copy color: '#D0CFDA'

red 208 ◦ green 207 ◦ blue 218

#D0CFDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #D0CFDA

Tints of Lavender Grey #D0CFDA

RGB

 RED value IS 208 (81.64% from 255) = 32.86%

 GREEN value IS 207 (81.25% from 255) = 32.7%

 BLUE value IS 218 (85.55% from 255) = 34.44%

R = 32.86%
G = 32.7%
B = 34.44%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D0CFDA (or 0xD0CFDA) is known color: 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

RGB 208 207 218 -
CMYK 0.05 0.05 0 0.15
HSL 245.45º 0.13% 0.83% -
HSV(B) 245.45º 0.05% 0.85% -
XYZ 60.98 63.1 75.29 -
YUV 208.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 208 207 218 0.05 0.05 0 0.15 245.45 0.13 0.83
Hex D0 CF DA 5 5 0 F F5 D 53
Octal 320 317 332 5 5 0 17 365 15 123
Binary 11010000 11001111 11011010 101 101 0 1111 11110101 1101 1010011

Color Harmonies of #D0CFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CFDA

Black with #D0CFDA

Text Example


Text Example

White with #D0CFDA

Text Example


Text Example

HTML Codes & Css Web 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>