Html Css Color HEX #D2DDBB Gin

📋 copy color: '#D2DDBB'

red 210 ◦ green 221 ◦ blue 187

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

Shades of Gin #D2DDBB

Tints of Gin #D2DDBB

RGB

 RED value IS 210 (82.42% from 255) = 33.98%

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

 BLUE value IS 187 (73.44% from 255) = 30.26%

R = 33.98%
G = 35.76%
B = 30.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#D2DDBB (or 0xD2DDBB) is known color: Gin. HEX triplet: D2, DD and BB. RGB value is (210,221,187). Sum of RGB (Red+Green+Blue) = 210+221+187=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDBB is #2D2244. Grayscale: #D5D5D5. Windows color (decimal): -2957893 or 12312018. OLE color: 12312018.

HSL color Cylindrical-coordinate representation of color #D2DDBB: hue angle of 79.41º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2DDBB is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 221 187 -
CMYK 0.05 0 0.15 0.13
HSL 79.41º 0.33% 0.8% -
HSV(B) 79.41º 0.15% 0.87% -
XYZ 61.4 69 57.1 -
YUV 213.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 210 221 187 0.05 0 0.15 0.13 79.41 0.33 0.8
Hex D2 DD BB 5 0 F D 4F 21 50
Octal 322 335 273 5 0 17 15 117 41 120
Binary 11010010 11011101 10111011 101 0 1111 1101 1001111 100001 1010000

Color Harmonies of #D2DDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDBB

Black with #D2DDBB

Text Example


Text Example

White with #D2DDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDBB; }

 p { color: rgb(210,221,187); }

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

background-color css

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

 a { background-color: rgb(210,221,187); }

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

border-color css

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

 span { border-color: rgb(210,221,187); }

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