Html Css Color HEX #DFE4BB Frost

📋 copy color: '#DFE4BB'

red 223 ◦ green 228 ◦ blue 187

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

Shades of Frost #DFE4BB

Tints of Frost #DFE4BB

RGB

 RED value IS 223 (87.5% from 255) = 34.95%

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

 BLUE value IS 187 (73.44% from 255) = 29.31%

R = 34.95%
G = 35.74%
B = 29.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#DFE4BB (or 0xDFE4BB) is known color: Frost. HEX triplet: DF, E4 and BB. RGB value is (223,228,187). Sum of RGB (Red+Green+Blue) = 223+228+187=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4BB is #201B44. Grayscale: #DDDDDD. Windows color (decimal): -2104133 or 12313823. OLE color: 12313823.

HSL color Cylindrical-coordinate representation of color #DFE4BB: hue angle of 67.32º degrees, saturation: 0.43, 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 #DFE4BB is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 228 187 -
CMYK 0.02 0 0.18 0.11
HSL 67.32º 0.43% 0.81% -
HSV(B) 67.32º 0.18% 0.89% -
XYZ 67.14 74.76 57.91 -
YUV 221.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 223 228 187 0.02 0 0.18 0.11 67.32 0.43 0.81
Hex DF E4 BB 2 0 12 B 43 2B 51
Octal 337 344 273 2 0 22 13 103 53 121
Binary 11011111 11100100 10111011 10 0 10010 1011 1000011 101011 1010001

Color Harmonies of #DFE4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE4BB

Black with #DFE4BB

Text Example


Text Example

White with #DFE4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE4BB; }

 p { color: rgb(223,228,187); }

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

background-color css

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

 a { background-color: rgb(223,228,187); }

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

border-color css

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

 span { border-color: rgb(223,228,187); }

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