Html Css Color HEX #DBE9C9 Frostee

📋 copy color: '#DBE9C9'

red 219 ◦ green 233 ◦ blue 201

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

Shades of Frostee #DBE9C9

Tints of Frostee #DBE9C9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.68%

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

R = 33.54%
G = 35.68%
B = 30.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#DBE9C9 (or 0xDBE9C9) is known color: Frostee. HEX triplet: DB, E9 and C9. RGB value is (219,233,201). Sum of RGB (Red+Green+Blue) = 219+233+201=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9C9 is #241636. Grayscale: #E1E1E1. Windows color (decimal): -2364983 or 13232603. OLE color: 13232603.

HSL color Cylindrical-coordinate representation of color #DBE9C9: hue angle of 86.25º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBE9C9 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 201 -
CMYK 0.06 0 0.14 0.09
HSL 86.25º 0.42% 0.85% -
HSV(B) 86.25º 0.14% 0.91% -
XYZ 68.89 77.55 66.6 -
YUV 225.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 219 233 201 0.06 0 0.14 0.09 86.25 0.42 0.85
Hex DB E9 C9 6 0 E 9 56 2A 55
Octal 333 351 311 6 0 16 11 126 52 125
Binary 11011011 11101001 11001001 110 0 1110 1001 1010110 101010 1010101

Color Harmonies of #DBE9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE9C9

Black with #DBE9C9

Text Example


Text Example

White with #DBE9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE9C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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