Html Css Color HEX #D9E3BC Frost

📋 copy color: '#D9E3BC'

red 217 ◦ green 227 ◦ blue 188

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

Shades of Frost #D9E3BC

Tints of Frost #D9E3BC

RGB

 RED value IS 217 (85.16% from 255) = 34.34%

 GREEN value IS 227 (89.06% from 255) = 35.92%

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

R = 34.34%
G = 35.92%
B = 29.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#D9E3BC (or 0xD9E3BC) is known color: Frost. HEX triplet: D9, E3 and BC. RGB value is (217,227,188). Sum of RGB (Red+Green+Blue) = 217+227+188=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E3BC is #261C43. Grayscale: #DBDBDB. Windows color (decimal): -2497604 or 12379097. OLE color: 12379097.

HSL color Cylindrical-coordinate representation of color #D9E3BC: hue angle of 75.38º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9E3BC is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 217 227 188 -
CMYK 0.04 0 0.17 0.11
HSL 75.38º 0.41% 0.81% -
HSV(B) 75.38º 0.17% 0.89% -
XYZ 65.16 73.32 58.29 -
YUV 219.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 217 227 188 0.04 0 0.17 0.11 75.38 0.41 0.81
Hex D9 E3 BC 4 0 11 B 4B 29 51
Octal 331 343 274 4 0 21 13 113 51 121
Binary 11011001 11100011 10111100 100 0 10001 1011 1001011 101001 1010001

Color Harmonies of #D9E3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E3BC

Black with #D9E3BC

Text Example


Text Example

White with #D9E3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E3BC; }

 p { color: rgb(217,227,188); }

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

background-color css

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

 a { background-color: rgb(217,227,188); }

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

border-color css

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

 span { border-color: rgb(217,227,188); }

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