Html Css Color HEX #DEEBBA Frost

📋 copy color: '#DEEBBA'

red 222 ◦ green 235 ◦ blue 186

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

Shades of Frost #DEEBBA

Tints of Frost #DEEBBA

RGB

 RED value IS 222 (87.11% from 255) = 34.53%

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

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

R = 34.53%
G = 36.55%
B = 28.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#DEEBBA (or 0xDEEBBA) is known color: Frost. HEX triplet: DE, EB and BA. RGB value is (222,235,186). Sum of RGB (Red+Green+Blue) = 222+235+186=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBBA is #211445. Grayscale: #E1E1E1. Windows color (decimal): -2167878 or 12250078. OLE color: 12250078.

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

Color convert

RGB 222 235 186 -
CMYK 0.06 0 0.21 0.08
HSL 75.92º 0.55% 0.83% -
HSV(B) 75.92º 0.21% 0.92% -
XYZ 68.7 78.49 57.98 -
YUV 225.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 222 235 186 0.06 0 0.21 0.08 75.92 0.55 0.83
Hex DE EB BA 6 0 15 8 4C 37 53
Octal 336 353 272 6 0 25 10 114 67 123
Binary 11011110 11101011 10111010 110 0 10101 1000 1001100 110111 1010011

Color Harmonies of #DEEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEBBA

Black with #DEEBBA

Text Example


Text Example

White with #DEEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEBBA; }

 p { color: rgb(222,235,186); }

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

background-color css

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

 a { background-color: rgb(222,235,186); }

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

border-color css

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

 span { border-color: rgb(222,235,186); }

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