Html Css Color HEX #D6D6CC Green White

📋 copy color: '#D6D6CC'

red 214 ◦ green 214 ◦ blue 204

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

Shades of Green White #D6D6CC

Tints of Green White #D6D6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.86%

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

R = 33.86%
G = 33.86%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6D6CC (or 0xD6D6CC) is known color: Green White. HEX triplet: D6, D6 and CC. RGB value is (214,214,204). Sum of RGB (Red+Green+Blue) = 214+214+204=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D6CC is #292933. Grayscale: #D4D4D4. Windows color (decimal): -2697524 or 13424342. OLE color: 13424342.

HSL color Cylindrical-coordinate representation of color #D6D6CC: hue angle of 60º 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 #D6D6CC is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 214 204 -
CMYK 0 0 0.05 0.16
HSL 60º 0.11% 0.82% -
HSV(B) 60º 0.05% 0.84% -
XYZ 62.68 66.75 66.71 -
YUV 212.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 214 214 204 0 0 0.05 0.16 60 0.11 0.82
Hex D6 D6 CC 0 0 5 10 3C B 52
Octal 326 326 314 0 0 5 20 74 13 122
Binary 11010110 11010110 11001100 0 0 101 10000 111100 1011 1010010

Color Harmonies of #D6D6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D6CC

Black with #D6D6CC

Text Example


Text Example

White with #D6D6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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