Html Css Color HEX #DCEEC6 Frostee

📋 copy color: '#DCEEC6'

red 220 ◦ green 238 ◦ blue 198

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

Shades of Frostee #DCEEC6

Tints of Frostee #DCEEC6

RGB

 RED value IS 220 (86.33% from 255) = 33.54%

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

 BLUE value IS 198 (77.73% from 255) = 30.18%

R = 33.54%
G = 36.28%
B = 30.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#DCEEC6 (or 0xDCEEC6) is known color: Frostee. HEX triplet: DC, EE and C6. RGB value is (220,238,198). Sum of RGB (Red+Green+Blue) = 220+238+198=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 198 (77.73% from 255 or 30.18% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEC6 is #231139. Grayscale: #E4E4E4. Windows color (decimal): -2298170 or 13037276. OLE color: 13037276.

HSL color Cylindrical-coordinate representation of color #DCEEC6: hue angle of 87º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCEEC6 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 238 198 -
CMYK 0.08 0 0.17 0.07
HSL 87º 0.54% 0.85% -
HSV(B) 87º 0.17% 0.93% -
XYZ 70.28 80.44 65.25 -
YUV 228.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 220 238 198 0.08 0 0.17 0.07 87 0.54 0.85
Hex DC EE C6 8 0 11 7 57 36 55
Octal 334 356 306 10 0 21 7 127 66 125
Binary 11011100 11101110 11000110 1000 0 10001 111 1010111 110110 1010101

Color Harmonies of #DCEEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEC6

Black with #DCEEC6

Text Example


Text Example

White with #DCEEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEC6; }

 p { color: rgb(220,238,198); }

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

background-color css

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

 a { background-color: rgb(220,238,198); }

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

border-color css

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

 span { border-color: rgb(220,238,198); }

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