Html Css Color HEX #DEEECA Frostee

📋 copy color: '#DEEECA'

red 222 ◦ green 238 ◦ blue 202

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

Shades of Frostee #DEEECA

Tints of Frostee #DEEECA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.95%

 BLUE value IS 202 (79.3% from 255) = 30.51%

R = 33.53%
G = 35.95%
B = 30.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#DEEECA (or 0xDEEECA) is known color: Frostee. HEX triplet: DE, EE and CA. RGB value is (222,238,202). Sum of RGB (Red+Green+Blue) = 222+238+202=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEECA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEECA is #211135. Grayscale: #E5E5E5. Windows color (decimal): -2167094 or 13299422. OLE color: 13299422.

HSL color Cylindrical-coordinate representation of color #DEEECA: hue angle of 86.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEEECA is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 238 202 -
CMYK 0.07 0 0.15 0.07
HSL 86.67º 0.51% 0.86% -
HSV(B) 86.67º 0.15% 0.93% -
XYZ 71.36 80.94 67.74 -
YUV 229.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 222 238 202 0.07 0 0.15 0.07 86.67 0.51 0.86
Hex DE EE CA 7 0 F 7 57 33 56
Octal 336 356 312 7 0 17 7 127 63 126
Binary 11011110 11101110 11001010 111 0 1111 111 1010111 110011 1010110

Color Harmonies of #DEEECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEECA

Black with #DEEECA

Text Example


Text Example

White with #DEEECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEECA; }

 p { color: rgb(222,238,202); }

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

background-color css

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

 a { background-color: rgb(222,238,202); }

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

border-color css

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

 span { border-color: rgb(222,238,202); }

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