Html Css Color HEX #D8E1CA Gin

📋 copy color: '#D8E1CA'

red 216 ◦ green 225 ◦ blue 202

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

Shades of Gin #D8E1CA

Tints of Gin #D8E1CA

RGB

 RED value IS 216 (84.77% from 255) = 33.59%

 GREEN value IS 225 (88.28% from 255) = 34.99%

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

R = 33.59%
G = 34.99%
B = 31.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#D8E1CA (or 0xD8E1CA) is known color: Gin. HEX triplet: D8, E1 and CA. RGB value is (216,225,202). Sum of RGB (Red+Green+Blue) = 216+225+202=643 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.59% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E1CA is #271E35. Grayscale: #DBDBDB. Windows color (decimal): -2563638 or 13296088. OLE color: 13296088.

HSL color Cylindrical-coordinate representation of color #D8E1CA: hue angle of 83.48º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8E1CA is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 225 202 -
CMYK 0.04 0 0.10 0.12
HSL 83.48º 0.28% 0.84% -
HSV(B) 83.48º 0.1% 0.88% -
XYZ 65.9 72.71 66.44 -
YUV 219.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 216 225 202 0.04 0 0.10 0.12 83.48 0.28 0.84
Hex D8 E1 CA 4 0 A C 53 1C 54
Octal 330 341 312 4 0 12 14 123 34 124
Binary 11011000 11100001 11001010 100 0 1010 1100 1010011 11100 1010100

Color Harmonies of #D8E1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E1CA

Black with #D8E1CA

Text Example


Text Example

White with #D8E1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E1CA; }

 p { color: rgb(216,225,202); }

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

background-color css

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

 a { background-color: rgb(216,225,202); }

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

border-color css

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

 span { border-color: rgb(216,225,202); }

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