Html Css Color HEX #D5E0BC Gin

📋 copy color: '#D5E0BC'

red 213 ◦ green 224 ◦ blue 188

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

Shades of Gin #D5E0BC

Tints of Gin #D5E0BC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.84%

 BLUE value IS 188 (73.83% from 255) = 30.08%

R = 34.08%
G = 35.84%
B = 30.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#D5E0BC (or 0xD5E0BC) is known color: Gin. HEX triplet: D5, E0 and BC. RGB value is (213,224,188). Sum of RGB (Red+Green+Blue) = 213+224+188=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5E0BC is #2A1F43. Grayscale: #D8D8D8. Windows color (decimal): -2760516 or 12378325. OLE color: 12378325.

HSL color Cylindrical-coordinate representation of color #D5E0BC: hue angle of 78.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5E0BC is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 224 188 -
CMYK 0.05 0 0.16 0.12
HSL 78.33º 0.37% 0.81% -
HSV(B) 78.33º 0.16% 0.88% -
XYZ 63.17 71.09 57.97 -
YUV 216.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 213 224 188 0.05 0 0.16 0.12 78.33 0.37 0.81
Hex D5 E0 BC 5 0 10 C 4E 25 51
Octal 325 340 274 5 0 20 14 116 45 121
Binary 11010101 11100000 10111100 101 0 10000 1100 1001110 100101 1010001

Color Harmonies of #D5E0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E0BC

Black with #D5E0BC

Text Example


Text Example

White with #D5E0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E0BC; }

 p { color: rgb(213,224,188); }

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

background-color css

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

 a { background-color: rgb(213,224,188); }

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

border-color css

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

 span { border-color: rgb(213,224,188); }

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