Html Css Color HEX #DCEDB6 Frost

📋 copy color: '#DCEDB6'

red 220 ◦ green 237 ◦ blue 182

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

Shades of Frost #DCEDB6

Tints of Frost #DCEDB6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.09%

 BLUE value IS 182 (71.48% from 255) = 28.48%

R = 34.43%
G = 37.09%
B = 28.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#DCEDB6 (or 0xDCEDB6) is known color: Frost. HEX triplet: DC, ED and B6. RGB value is (220,237,182). Sum of RGB (Red+Green+Blue) = 220+237+182=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDB6 is #231249. Grayscale: #E1E1E1. Windows color (decimal): -2298442 or 11988444. OLE color: 11988444.

HSL color Cylindrical-coordinate representation of color #DCEDB6: hue angle of 78.55º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCEDB6 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 182 -
CMYK 0.07 0 0.23 0.07
HSL 78.55º 0.6% 0.82% -
HSV(B) 78.55º 0.23% 0.93% -
XYZ 68.24 79.16 55.94 -
YUV 225.65 103.37 123.97 -
System Red Green Blue C M Y K H S L
Decimal 220 237 182 0.07 0 0.23 0.07 78.55 0.6 0.82
Hex DC ED B6 7 0 17 7 4F 3C 52
Octal 334 355 266 7 0 27 7 117 74 122
Binary 11011100 11101101 10110110 111 0 10111 111 1001111 111100 1010010

Color Harmonies of #DCEDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDB6

Black with #DCEDB6

Text Example


Text Example

White with #DCEDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDB6; }

 p { color: rgb(220,237,182); }

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

background-color css

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

 a { background-color: rgb(220,237,182); }

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

border-color css

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

 span { border-color: rgb(220,237,182); }

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