Html Css Color HEX #DEEBBB Frost

📋 copy color: '#DEEBBB'

red 222 ◦ green 235 ◦ blue 187

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

Shades of Frost #DEEBBB

Tints of Frost #DEEBBB

RGB

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

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

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

R = 34.47%
G = 36.49%
B = 29.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#DEEBBB (or 0xDEEBBB) is known color: Frost. HEX triplet: DE, EB and BB. RGB value is (222,235,187). Sum of RGB (Red+Green+Blue) = 222+235+187=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBBB is #211444. Grayscale: #E1E1E1. Windows color (decimal): -2167877 or 12315614. OLE color: 12315614.

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

Color convert

RGB 222 235 187 -
CMYK 0.06 0 0.20 0.08
HSL 76.25º 0.55% 0.83% -
HSV(B) 76.25º 0.2% 0.92% -
XYZ 68.8 78.53 58.55 -
YUV 225.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 222 235 187 0.06 0 0.20 0.08 76.25 0.55 0.83
Hex DE EB BB 6 0 14 8 4C 37 53
Octal 336 353 273 6 0 24 10 114 67 123
Binary 11011110 11101011 10111011 110 0 10100 1000 1001100 110111 1010011

Color Harmonies of #DEEBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEBBB

Black with #DEEBBB

Text Example


Text Example

White with #DEEBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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