Html Css Color HEX #D5DBCA Gin

📋 copy color: '#D5DBCA'

red 213 ◦ green 219 ◦ blue 202

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

Shades of Gin #D5DBCA

Tints of Gin #D5DBCA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.54%

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

R = 33.6%
G = 34.54%
B = 31.86%

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

#D5DBCA (or 0xD5DBCA) is known color: Gin. HEX triplet: D5, DB and CA. RGB value is (213,219,202). Sum of RGB (Red+Green+Blue) = 213+219+202=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBCA is #2A2435. Grayscale: #D7D7D7. Windows color (decimal): -2761782 or 13294549. OLE color: 13294549.

HSL color Cylindrical-coordinate representation of color #D5DBCA: hue angle of 81.18º degrees, saturation: 0.19, 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 #D5DBCA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 219 202 -
CMYK 0.03 0 0.08 0.14
HSL 81.18º 0.19% 0.83% -
HSV(B) 81.18º 0.08% 0.86% -
XYZ 63.43 69.07 65.87 -
YUV 215.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 213 219 202 0.03 0 0.08 0.14 81.18 0.19 0.83
Hex D5 DB CA 3 0 8 E 51 13 53
Octal 325 333 312 3 0 10 16 121 23 123
Binary 11010101 11011011 11001010 11 0 1000 1110 1010001 10011 1010011

Color Harmonies of #D5DBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBCA

Black with #D5DBCA

Text Example


Text Example

White with #D5DBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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