Html Css Color HEX #DCEFCC Frostee

📋 copy color: '#DCEFCC'

red 220 ◦ green 239 ◦ blue 204

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

Shades of Frostee #DCEFCC

Tints of Frostee #DCEFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.77%

R = 33.18%
G = 36.05%
B = 30.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#DCEFCC (or 0xDCEFCC) is known color: Frostee. HEX triplet: DC, EF and CC. RGB value is (220,239,204). Sum of RGB (Red+Green+Blue) = 220+239+204=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFCC is #231033. Grayscale: #E5E5E5. Windows color (decimal): -2297908 or 13430748. OLE color: 13430748.

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

Color convert

RGB 220 239 204 -
CMYK 0.08 0 0.15 0.06
HSL 92.57º 0.52% 0.87% -
HSV(B) 92.57º 0.15% 0.94% -
XYZ 71.28 81.31 69.06 -
YUV 229.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 220 239 204 0.08 0 0.15 0.06 92.57 0.52 0.87
Hex DC EF CC 8 0 F 6 5D 34 57
Octal 334 357 314 10 0 17 6 135 64 127
Binary 11011100 11101111 11001100 1000 0 1111 110 1011101 110100 1010111

Color Harmonies of #DCEFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEFCC

Black with #DCEFCC

Text Example


Text Example

White with #DCEFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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