Html Css Color HEX #DEEDCE Frostee

📋 copy color: '#DEEDCE'

red 222 ◦ green 237 ◦ blue 206

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

Shades of Frostee #DEEDCE

Tints of Frostee #DEEDCE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.64%

 BLUE value IS 206 (80.86% from 255) = 30.98%

R = 33.38%
G = 35.64%
B = 30.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#DEEDCE (or 0xDEEDCE) is known color: Frostee. HEX triplet: DE, ED and CE. RGB value is (222,237,206). Sum of RGB (Red+Green+Blue) = 222+237+206=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDCE is #211231. Grayscale: #E5E5E5. Windows color (decimal): -2167346 or 13561310. OLE color: 13561310.

HSL color Cylindrical-coordinate representation of color #DEEDCE: hue angle of 89.03º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEEDCE is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 237 206 -
CMYK 0.06 0 0.13 0.07
HSL 89.03º 0.46% 0.87% -
HSV(B) 89.03º 0.13% 0.93% -
XYZ 71.55 80.55 70.17 -
YUV 228.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 222 237 206 0.06 0 0.13 0.07 89.03 0.46 0.87
Hex DE ED CE 6 0 D 7 59 2E 57
Octal 336 355 316 6 0 15 7 131 56 127
Binary 11011110 11101101 11001110 110 0 1101 111 1011001 101110 1010111

Color Harmonies of #DEEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEDCE

Black with #DEEDCE

Text Example


Text Example

White with #DEEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEDCE; }

 p { color: rgb(222,237,206); }

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

background-color css

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

 a { background-color: rgb(222,237,206); }

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

border-color css

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

 span { border-color: rgb(222,237,206); }

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