Html Css Color HEX #DEEABB Frost

📋 copy color: '#DEEABB'

red 222 ◦ green 234 ◦ blue 187

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

Shades of Frost #DEEABB

Tints of Frost #DEEABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.39%

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

R = 34.53%
G = 36.39%
B = 29.08%

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

#DEEABB (or 0xDEEABB) is known color: Frost. HEX triplet: DE, EA and BB. RGB value is (222,234,187). Sum of RGB (Red+Green+Blue) = 222+234+187=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEABB is #211544. Grayscale: #E1E1E1. Windows color (decimal): -2168133 or 12315358. OLE color: 12315358.

HSL color Cylindrical-coordinate representation of color #DEEABB: hue angle of 75.32º degrees, saturation: 0.53, 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 #DEEABB is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 234 187 -
CMYK 0.05 0 0.20 0.08
HSL 75.32º 0.53% 0.83% -
HSV(B) 75.32º 0.2% 0.92% -
XYZ 68.52 77.96 58.45 -
YUV 225.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 222 234 187 0.05 0 0.20 0.08 75.32 0.53 0.83
Hex DE EA BB 5 0 14 8 4B 35 53
Octal 336 352 273 5 0 24 10 113 65 123
Binary 11011110 11101010 10111011 101 0 10100 1000 1001011 110101 1010011

Color Harmonies of #DEEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEABB

Black with #DEEABB

Text Example


Text Example

White with #DEEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEABB; }

 p { color: rgb(222,234,187); }

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

background-color css

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

 a { background-color: rgb(222,234,187); }

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

border-color css

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

 span { border-color: rgb(222,234,187); }

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