Html Css Color HEX #DCEFC8 Frostee

📋 copy color: '#DCEFC8'

red 220 ◦ green 239 ◦ blue 200

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

Shades of Frostee #DCEFC8

Tints of Frostee #DCEFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 30.35%

R = 33.38%
G = 36.27%
B = 30.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#DCEFC8 (or 0xDCEFC8) is known color: Frostee. HEX triplet: DC, EF and C8. RGB value is (220,239,200). Sum of RGB (Red+Green+Blue) = 220+239+200=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFC8 is #231037. Grayscale: #E5E5E5. Windows color (decimal): -2297912 or 13168604. OLE color: 13168604.

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

Color convert

RGB 220 239 200 -
CMYK 0.08 0 0.16 0.06
HSL 89.23º 0.55% 0.86% -
HSV(B) 89.23º 0.16% 0.94% -
XYZ 70.81 81.12 66.57 -
YUV 228.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 220 239 200 0.08 0 0.16 0.06 89.23 0.55 0.86
Hex DC EF C8 8 0 10 6 59 37 56
Octal 334 357 310 10 0 20 6 131 67 126
Binary 11011100 11101111 11001000 1000 0 10000 110 1011001 110111 1010110

Color Harmonies of #DCEFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFC8

Black with #DCEFC8

Text Example


Text Example

White with #DCEFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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