Html Css Color HEX #D6CCCC Very Light Grey

📋 copy color: '#D6CCCC'

red 214 ◦ green 204 ◦ blue 204

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

Shades of Very Light Grey #D6CCCC

Tints of Very Light Grey #D6CCCC

RGB

 RED value IS 214 (83.98% from 255) = 34.41%

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

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

R = 34.41%
G = 32.8%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6CCCC (or 0xD6CCCC) is known color: Very Light Grey. HEX triplet: D6, CC and CC. RGB value is (214,204,204). Sum of RGB (Red+Green+Blue) = 214+204+204=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCCC is #293333. Grayscale: #CFCFCF. Windows color (decimal): -2700084 or 13421782. OLE color: 13421782.

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

Color convert

RGB 214 204 204 -
CMYK 0 0.05 0.05 0.16
HSL 0.11% 0.82% -
HSV(B) 0.05% 0.84% -
XYZ 60.22 61.84 65.89 -
YUV 206.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 214 204 204 0 0.05 0.05 0.16 0 0.11 0.82
Hex D6 CC CC 0 5 5 10 0 B 52
Octal 326 314 314 0 5 5 20 0 13 122
Binary 11010110 11001100 11001100 0 101 101 10000 0 1011 1010010

Color Harmonies of #D6CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCCC

Black with #D6CCCC

Text Example


Text Example

White with #D6CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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