Html Css Color HEX #D4DDBE Gin

📋 copy color: '#D4DDBE'

red 212 ◦ green 221 ◦ blue 190

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

Shades of Gin #D4DDBE

Tints of Gin #D4DDBE

RGB

 RED value IS 212 (83.2% from 255) = 34.03%

 GREEN value IS 221 (86.72% from 255) = 35.47%

 BLUE value IS 190 (74.61% from 255) = 30.5%

R = 34.03%
G = 35.47%
B = 30.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#D4DDBE (or 0xD4DDBE) is known color: Gin. HEX triplet: D4, DD and BE. RGB value is (212,221,190). Sum of RGB (Red+Green+Blue) = 212+221+190=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDBE is #2B2241. Grayscale: #D6D6D6. Windows color (decimal): -2826818 or 12508628. OLE color: 12508628.

HSL color Cylindrical-coordinate representation of color #D4DDBE: hue angle of 77.42º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4DDBE is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 221 190 -
CMYK 0.04 0 0.14 0.13
HSL 77.42º 0.31% 0.81% -
HSV(B) 77.42º 0.14% 0.87% -
XYZ 62.3 69.43 58.83 -
YUV 214.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 212 221 190 0.04 0 0.14 0.13 77.42 0.31 0.81
Hex D4 DD BE 4 0 E D 4D 1F 51
Octal 324 335 276 4 0 16 15 115 37 121
Binary 11010100 11011101 10111110 100 0 1110 1101 1001101 11111 1010001

Color Harmonies of #D4DDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DDBE

Black with #D4DDBE

Text Example


Text Example

White with #D4DDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DDBE; }

 p { color: rgb(212,221,190); }

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

background-color css

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

 a { background-color: rgb(212,221,190); }

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

border-color css

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

 span { border-color: rgb(212,221,190); }

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