Html Css Color HEX #DBE6D0 Frostee

📋 copy color: '#DBE6D0'

red 219 ◦ green 230 ◦ blue 208

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

Shades of Frostee #DBE6D0

Tints of Frostee #DBE6D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.66%

R = 33.33%
G = 35.01%
B = 31.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#DBE6D0 (or 0xDBE6D0) is known color: Frostee. HEX triplet: DB, E6 and D0. RGB value is (219,230,208). Sum of RGB (Red+Green+Blue) = 219+230+208=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6D0 is #24192F. Grayscale: #E0E0E0. Windows color (decimal): -2365744 or 13690587. OLE color: 13690587.

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

Color convert

RGB 219 230 208 -
CMYK 0.05 0 0.10 0.10
HSL 90º 0.31% 0.86% -
HSV(B) 90º 0.1% 0.9% -
XYZ 68.9 76.21 70.75 -
YUV 224.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 219 230 208 0.05 0 0.10 0.10 90 0.31 0.86
Hex DB E6 D0 5 0 A A 5A 1F 56
Octal 333 346 320 5 0 12 12 132 37 126
Binary 11011011 11100110 11010000 101 0 1010 1010 1011010 11111 1010110

Color Harmonies of #DBE6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6D0

Black with #DBE6D0

Text Example


Text Example

White with #DBE6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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