Html Css Color HEX #D5DACA Gin

📋 copy color: '#D5DACA'

red 213 ◦ green 218 ◦ blue 202

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

Shades of Gin #D5DACA

Tints of Gin #D5DACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.44%

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

R = 33.65%
G = 34.44%
B = 31.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D5DACA (or 0xD5DACA) is known color: Gin. HEX triplet: D5, DA and CA. RGB value is (213,218,202). Sum of RGB (Red+Green+Blue) = 213+218+202=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DACA is #2A2535. Grayscale: #D6D6D6. Windows color (decimal): -2762038 or 13294293. OLE color: 13294293.

HSL color Cylindrical-coordinate representation of color #D5DACA: hue angle of 78.75º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5DACA is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 218 202 -
CMYK 0.02 0 0.07 0.15
HSL 78.75º 0.18% 0.82% -
HSV(B) 78.75º 0.07% 0.85% -
XYZ 63.17 68.55 65.78 -
YUV 214.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 213 218 202 0.02 0 0.07 0.15 78.75 0.18 0.82
Hex D5 DA CA 2 0 7 F 4F 12 52
Octal 325 332 312 2 0 7 17 117 22 122
Binary 11010101 11011010 11001010 10 0 111 1111 1001111 10010 1010010

Color Harmonies of #D5DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DACA

Black with #D5DACA

Text Example


Text Example

White with #D5DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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