Html Css Color HEX #DBEDC9 Frostee

📋 copy color: '#DBEDC9'

red 219 ◦ green 237 ◦ blue 201

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

Shades of Frostee #DBEDC9

Tints of Frostee #DBEDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 30.59%

R = 33.33%
G = 36.07%
B = 30.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#DBEDC9 (or 0xDBEDC9) is known color: Frostee. HEX triplet: DB, ED and C9. RGB value is (219,237,201). Sum of RGB (Red+Green+Blue) = 219+237+201=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDC9 is #241236. Grayscale: #E3E3E3. Windows color (decimal): -2363959 or 13233627. OLE color: 13233627.

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

Color convert

RGB 219 237 201 -
CMYK 0.08 0 0.15 0.07
HSL 90º 0.5% 0.86% -
HSV(B) 90º 0.15% 0.93% -
XYZ 70.04 79.85 66.98 -
YUV 227.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 219 237 201 0.08 0 0.15 0.07 90 0.5 0.86
Hex DB ED C9 8 0 F 7 5A 32 56
Octal 333 355 311 10 0 17 7 132 62 126
Binary 11011011 11101101 11001001 1000 0 1111 111 1011010 110010 1010110

Color Harmonies of #DBEDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEDC9

Black with #DBEDC9

Text Example


Text Example

White with #DBEDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEDC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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