Html Css Color HEX #DCEAD2 Frostee

📋 copy color: '#DCEAD2'

red 220 ◦ green 234 ◦ blue 210

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

Shades of Frostee #DCEAD2

Tints of Frostee #DCEAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.63%

R = 33.13%
G = 35.24%
B = 31.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#DCEAD2 (or 0xDCEAD2) is known color: Frostee. HEX triplet: DC, EA and D2. RGB value is (220,234,210). Sum of RGB (Red+Green+Blue) = 220+234+210=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 210 (82.42% from 255 or 31.63% from 664); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAD2 is #23152D. Grayscale: #E3E3E3. Windows color (decimal): -2299182 or 13822684. OLE color: 13822684.

HSL color Cylindrical-coordinate representation of color #DCEAD2: hue angle of 95º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCEAD2 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 234 210 -
CMYK 0.06 0 0.10 0.08
HSL 95º 0.36% 0.87% -
HSV(B) 95º 0.1% 0.92% -
XYZ 70.57 78.71 72.45 -
YUV 227.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 220 234 210 0.06 0 0.10 0.08 95 0.36 0.87
Hex DC EA D2 6 0 A 8 5F 24 57
Octal 334 352 322 6 0 12 10 137 44 127
Binary 11011100 11101010 11010010 110 0 1010 1000 1011111 100100 1010111

Color Harmonies of #DCEAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEAD2

Black with #DCEAD2

Text Example


Text Example

White with #DCEAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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