Html Css Color HEX #DBEDCD Frostee

📋 copy color: '#DBEDCD'

red 219 ◦ green 237 ◦ blue 205

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

Shades of Frostee #DBEDCD

Tints of Frostee #DBEDCD

RGB

 RED value IS 219 (85.94% from 255) = 33.13%

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

 BLUE value IS 205 (80.47% from 255) = 31.01%

R = 33.13%
G = 35.85%
B = 31.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#DBEDCD (or 0xDBEDCD) is known color: Frostee. HEX triplet: DB, ED and CD. RGB value is (219,237,205). Sum of RGB (Red+Green+Blue) = 219+237+205=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDCD is #241232. Grayscale: #E4E4E4. Windows color (decimal): -2363955 or 13495771. OLE color: 13495771.

HSL color Cylindrical-coordinate representation of color #DBEDCD: hue angle of 93.75º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEDCD is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 237 205 -
CMYK 0.08 0 0.14 0.07
HSL 93.75º 0.47% 0.87% -
HSV(B) 93.75º 0.14% 0.93% -
XYZ 70.52 80.04 69.49 -
YUV 227.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 219 237 205 0.08 0 0.14 0.07 93.75 0.47 0.87
Hex DB ED CD 8 0 E 7 5E 2F 57
Octal 333 355 315 10 0 16 7 136 57 127
Binary 11011011 11101101 11001101 1000 0 1110 111 1011110 101111 1010111

Color Harmonies of #DBEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDCD

Black with #DBEDCD

Text Example


Text Example

White with #DBEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEDCD; }

 p { color: rgb(219,237,205); }

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

background-color css

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

 a { background-color: rgb(219,237,205); }

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

border-color css

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

 span { border-color: rgb(219,237,205); }

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