Html Css Color HEX #DBE6D1 Frostee

📋 copy color: '#DBE6D1'

red 219 ◦ green 230 ◦ blue 209

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

Shades of Frostee #DBE6D1

Tints of Frostee #DBE6D1

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.95%

 BLUE value IS 209 (82.03% from 255) = 31.76%

R = 33.28%
G = 34.95%
B = 31.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#DBE6D1 (or 0xDBE6D1) is known color: Frostee. HEX triplet: DB, E6 and D1. RGB value is (219,230,209). Sum of RGB (Red+Green+Blue) = 219+230+209=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 209 (82.03% from 255 or 31.76% from 658); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6D1 is #24192E. Grayscale: #E0E0E0. Windows color (decimal): -2365743 or 13756123. OLE color: 13756123.

HSL color Cylindrical-coordinate representation of color #DBE6D1: hue angle of 91.43º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE6D1 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 209 -
CMYK 0.05 0 0.09 0.10
HSL 91.43º 0.3% 0.86% -
HSV(B) 91.43º 0.09% 0.9% -
XYZ 69.02 76.26 71.4 -
YUV 224.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 219 230 209 0.05 0 0.09 0.10 91.43 0.3 0.86
Hex DB E6 D1 5 0 9 A 5B 1E 56
Octal 333 346 321 5 0 11 12 133 36 126
Binary 11011011 11100110 11010001 101 0 1001 1010 1011011 11110 1010110

Color Harmonies of #DBE6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6D1

Black with #DBE6D1

Text Example


Text Example

White with #DBE6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6D1; }

 p { color: rgb(219,230,209); }

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

background-color css

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

 a { background-color: rgb(219,230,209); }

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

border-color css

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

 span { border-color: rgb(219,230,209); }

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