Html Css Color HEX #D1CCCC Very Light Grey

📋 copy color: '#D1CCCC'

red 209 ◦ green 204 ◦ blue 204

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

Shades of Very Light Grey #D1CCCC

Tints of Very Light Grey #D1CCCC

RGB

 RED value IS 209 (82.03% from 255) = 33.87%

 GREEN value IS 204 (80.08% from 255) = 33.06%

 BLUE value IS 204 (80.08% from 255) = 33.06%

R = 33.87%
G = 33.06%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D1CCCC (or 0xD1CCCC) is known color: Very Light Grey. HEX triplet: D1, CC and CC. RGB value is (209,204,204). Sum of RGB (Red+Green+Blue) = 209+204+204=617 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.87% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCCC is #2E3333. Grayscale: #CDCDCD. Windows color (decimal): -3027764 or 13421777. OLE color: 13421777.

HSL color Cylindrical-coordinate representation of color #D1CCCC: hue angle of 0º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D1CCCC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 204 204 -
CMYK 0 0.02 0.02 0.18
HSL 0.05% 0.81% -
HSV(B) 0.02% 0.82% -
XYZ 58.79 61.1 65.82 -
YUV 205.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 209 204 204 0 0.02 0.02 0.18 0 0.05 0.81
Hex D1 CC CC 0 2 2 12 0 5 51
Octal 321 314 314 0 2 2 22 0 5 121
Binary 11010001 11001100 11001100 0 10 10 10010 0 101 1010001

Color Harmonies of #D1CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CCCC

Black with #D1CCCC

Text Example


Text Example

White with #D1CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CCCC; }

 p { color: rgb(209,204,204); }

 H1.HeaderClassName
 {
   color: #D1CCCC;
 }
 .AnyTagClassName
 {
   color: #D1CCCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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