Html Css Color HEX #DCEFC5 Frostee

📋 copy color: '#DCEFC5'

red 220 ◦ green 239 ◦ blue 197

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

Shades of Frostee #DCEFC5

Tints of Frostee #DCEFC5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.43%

 BLUE value IS 197 (77.34% from 255) = 30.03%

R = 33.54%
G = 36.43%
B = 30.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#DCEFC5 (or 0xDCEFC5) is known color: Frostee. HEX triplet: DC, EF and C5. RGB value is (220,239,197). Sum of RGB (Red+Green+Blue) = 220+239+197=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFC5 is #23103A. Grayscale: #E4E4E4. Windows color (decimal): -2297915 or 12971996. OLE color: 12971996.

HSL color Cylindrical-coordinate representation of color #DCEFC5: hue angle of 87.14º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCEFC5 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 197 -
CMYK 0.08 0 0.18 0.06
HSL 87.14º 0.57% 0.85% -
HSV(B) 87.14º 0.18% 0.94% -
XYZ 70.46 80.98 64.74 -
YUV 228.53 110.21 121.92 -
System Red Green Blue C M Y K H S L
Decimal 220 239 197 0.08 0 0.18 0.06 87.14 0.57 0.85
Hex DC EF C5 8 0 12 6 57 39 55
Octal 334 357 305 10 0 22 6 127 71 125
Binary 11011100 11101111 11000101 1000 0 10010 110 1010111 111001 1010101

Color Harmonies of #DCEFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFC5

Black with #DCEFC5

Text Example


Text Example

White with #DCEFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFC5; }

 p { color: rgb(220,239,197); }

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

background-color css

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

 a { background-color: rgb(220,239,197); }

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

border-color css

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

 span { border-color: rgb(220,239,197); }

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