Html Css Color HEX #DCEACC Frostee

📋 copy color: '#DCEACC'

red 220 ◦ green 234 ◦ blue 204

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

Shades of Frostee #DCEACC

Tints of Frostee #DCEACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.56%

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

R = 33.43%
G = 35.56%
B = 31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#DCEACC (or 0xDCEACC) is known color: Frostee. HEX triplet: DC, EA and CC. RGB value is (220,234,204). Sum of RGB (Red+Green+Blue) = 220+234+204=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEACC is #231533. Grayscale: #E2E2E2. Windows color (decimal): -2299188 or 13429468. OLE color: 13429468.

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

Color convert

RGB 220 234 204 -
CMYK 0.06 0 0.13 0.08
HSL 88º 0.42% 0.86% -
HSV(B) 88º 0.13% 0.92% -
XYZ 69.84 78.42 68.58 -
YUV 226.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 220 234 204 0.06 0 0.13 0.08 88 0.42 0.86
Hex DC EA CC 6 0 D 8 58 2A 56
Octal 334 352 314 6 0 15 10 130 52 126
Binary 11011100 11101010 11001100 110 0 1101 1000 1011000 101010 1010110

Color Harmonies of #DCEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEACC

Black with #DCEACC

Text Example


Text Example

White with #DCEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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