Html Css Color HEX #DFEBBB Frost

📋 copy color: '#DFEBBB'

red 223 ◦ green 235 ◦ blue 187

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

Shades of Frost #DFEBBB

Tints of Frost #DFEBBB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.43%

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

R = 34.57%
G = 36.43%
B = 28.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#DFEBBB (or 0xDFEBBB) is known color: Frost. HEX triplet: DF, EB and BB. RGB value is (223,235,187). Sum of RGB (Red+Green+Blue) = 223+235+187=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEBBB is #201444. Grayscale: #E2E2E2. Windows color (decimal): -2102341 or 12315615. OLE color: 12315615.

HSL color Cylindrical-coordinate representation of color #DFEBBB: hue angle of 75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFEBBB is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 235 187 -
CMYK 0.05 0 0.20 0.08
HSL 75º 0.55% 0.83% -
HSV(B) 75º 0.2% 0.92% -
XYZ 69.11 78.69 58.56 -
YUV 225.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 223 235 187 0.05 0 0.20 0.08 75 0.55 0.83
Hex DF EB BB 5 0 14 8 4B 37 53
Octal 337 353 273 5 0 24 10 113 67 123
Binary 11011111 11101011 10111011 101 0 10100 1000 1001011 110111 1010011

Color Harmonies of #DFEBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEBBB

Black with #DFEBBB

Text Example


Text Example

White with #DFEBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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