Html Css Color HEX #DEEBE5 White Ice

📋 copy color: '#DEEBE5'

red 222 ◦ green 235 ◦ blue 229

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

Shades of White Ice #DEEBE5

Tints of White Ice #DEEBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.38%

R = 32.36%
G = 34.26%
B = 33.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#DEEBE5 (or 0xDEEBE5) is known color: White Ice. HEX triplet: DE, EB and E5. RGB value is (222,235,229). Sum of RGB (Red+Green+Blue) = 222+235+229=686 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.36% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEBE5 is #21141A. Grayscale: #E6E6E6. Windows color (decimal): -2167835 or 15068126. OLE color: 15068126.

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

Color convert

RGB 222 235 229 -
CMYK 0.06 0 0.03 0.08
HSL 152.31º 0.25% 0.9% -
HSV(B) 152.31º 0.06% 0.92% -
XYZ 73.98 80.6 85.79 -
YUV 230.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 222 235 229 0.06 0 0.03 0.08 152.31 0.25 0.9
Hex DE EB E5 6 0 3 8 98 19 5A
Octal 336 353 345 6 0 3 10 230 31 132
Binary 11011110 11101011 11100101 110 0 11 1000 10011000 11001 1011010

Color Harmonies of #DEEBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEBE5

Black with #DEEBE5

Text Example


Text Example

White with #DEEBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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