Html Css Color HEX #D8E0BC Frost

📋 copy color: '#D8E0BC'

red 216 ◦ green 224 ◦ blue 188

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

Shades of Frost #D8E0BC

Tints of Frost #D8E0BC

RGB

 RED value IS 216 (84.77% from 255) = 34.39%

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

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

R = 34.39%
G = 35.67%
B = 29.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#D8E0BC (or 0xD8E0BC) is known color: Frost. HEX triplet: D8, E0 and BC. RGB value is (216,224,188). Sum of RGB (Red+Green+Blue) = 216+224+188=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E0BC is #271F43. Grayscale: #D9D9D9. Windows color (decimal): -2563908 or 12378328. OLE color: 12378328.

HSL color Cylindrical-coordinate representation of color #D8E0BC: hue angle of 73.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 #D8E0BC is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 224 188 -
CMYK 0.04 0 0.16 0.12
HSL 73.33º 0.37% 0.81% -
HSV(B) 73.33º 0.16% 0.88% -
XYZ 64.05 71.54 58.01 -
YUV 217.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 216 224 188 0.04 0 0.16 0.12 73.33 0.37 0.81
Hex D8 E0 BC 4 0 10 C 49 25 51
Octal 330 340 274 4 0 20 14 111 45 121
Binary 11011000 11100000 10111100 100 0 10000 1100 1001001 100101 1010001

Color Harmonies of #D8E0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E0BC

Black with #D8E0BC

Text Example


Text Example

White with #D8E0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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