Html Css Color HEX #D9E4BA Frost

📋 copy color: '#D9E4BA'

red 217 ◦ green 228 ◦ blue 186

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

Shades of Frost #D9E4BA

Tints of Frost #D9E4BA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.13%

 BLUE value IS 186 (73.05% from 255) = 29.48%

R = 34.39%
G = 36.13%
B = 29.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#D9E4BA (or 0xD9E4BA) is known color: Frost. HEX triplet: D9, E4 and BA. RGB value is (217,228,186). Sum of RGB (Red+Green+Blue) = 217+228+186=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E4BA is #261B45. Grayscale: #DCDCDC. Windows color (decimal): -2497350 or 12248281. OLE color: 12248281.

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

Color convert

RGB 217 228 186 -
CMYK 0.05 0 0.18 0.11
HSL 75.71º 0.44% 0.81% -
HSV(B) 75.71º 0.18% 0.89% -
XYZ 65.22 73.78 57.26 -
YUV 219.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 217 228 186 0.05 0 0.18 0.11 75.71 0.44 0.81
Hex D9 E4 BA 5 0 12 B 4C 2C 51
Octal 331 344 272 5 0 22 13 114 54 121
Binary 11011001 11100100 10111010 101 0 10010 1011 1001100 101100 1010001

Color Harmonies of #D9E4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E4BA

Black with #D9E4BA

Text Example


Text Example

White with #D9E4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E4BA; }

 p { color: rgb(217,228,186); }

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

background-color css

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

 a { background-color: rgb(217,228,186); }

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

border-color css

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

 span { border-color: rgb(217,228,186); }

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