Html Css Color HEX #D5DCCA Gin

📋 copy color: '#D5DCCA'

red 213 ◦ green 220 ◦ blue 202

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

Shades of Gin #D5DCCA

Tints of Gin #D5DCCA

RGB

 RED value IS 213 (83.59% from 255) = 33.54%

 GREEN value IS 220 (86.33% from 255) = 34.65%

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

R = 33.54%
G = 34.65%
B = 31.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#D5DCCA (or 0xD5DCCA) is known color: Gin. HEX triplet: D5, DC and CA. RGB value is (213,220,202). Sum of RGB (Red+Green+Blue) = 213+220+202=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCCA is #2A2335. Grayscale: #D7D7D7. Windows color (decimal): -2761526 or 13294805. OLE color: 13294805.

HSL color Cylindrical-coordinate representation of color #D5DCCA: hue angle of 83.33º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5DCCA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 220 202 -
CMYK 0.03 0 0.08 0.14
HSL 83.33º 0.2% 0.83% -
HSV(B) 83.33º 0.08% 0.86% -
XYZ 63.69 69.6 65.95 -
YUV 215.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 213 220 202 0.03 0 0.08 0.14 83.33 0.2 0.83
Hex D5 DC CA 3 0 8 E 53 14 53
Octal 325 334 312 3 0 10 16 123 24 123
Binary 11010101 11011100 11001010 11 0 1000 1110 1010011 10100 1010011

Color Harmonies of #D5DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCCA

Black with #D5DCCA

Text Example


Text Example

White with #D5DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCCA; }

 p { color: rgb(213,220,202); }

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

background-color css

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

 a { background-color: rgb(213,220,202); }

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

border-color css

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

 span { border-color: rgb(213,220,202); }

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