Html Css Color HEX #D7DECA Gin

📋 copy color: '#D7DECA'

red 215 ◦ green 222 ◦ blue 202

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

Shades of Gin #D7DECA

Tints of Gin #D7DECA

RGB

 RED value IS 215 (84.38% from 255) = 33.65%

 GREEN value IS 222 (87.11% from 255) = 34.74%

 BLUE value IS 202 (79.3% from 255) = 31.61%

R = 33.65%
G = 34.74%
B = 31.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D7DECA (or 0xD7DECA) is known color: Gin. HEX triplet: D7, DE and CA. RGB value is (215,222,202). Sum of RGB (Red+Green+Blue) = 215+222+202=639 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.65% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DECA is #282135. Grayscale: #D9D9D9. Windows color (decimal): -2629942 or 13295319. OLE color: 13295319.

HSL color Cylindrical-coordinate representation of color #D7DECA: hue angle of 81º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7DECA is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 222 202 -
CMYK 0.03 0 0.09 0.13
HSL 81º 0.23% 0.83% -
HSV(B) 81º 0.09% 0.87% -
XYZ 64.81 70.95 66.16 -
YUV 217.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 215 222 202 0.03 0 0.09 0.13 81 0.23 0.83
Hex D7 DE CA 3 0 9 D 51 17 53
Octal 327 336 312 3 0 11 15 121 27 123
Binary 11010111 11011110 11001010 11 0 1001 1101 1010001 10111 1010011

Color Harmonies of #D7DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DECA

Black with #D7DECA

Text Example


Text Example

White with #D7DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DECA; }

 p { color: rgb(215,222,202); }

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

background-color css

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

 a { background-color: rgb(215,222,202); }

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

border-color css

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

 span { border-color: rgb(215,222,202); }

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