Html Css Color HEX #DBE4D0 Frostee

📋 copy color: '#DBE4D0'

red 219 ◦ green 228 ◦ blue 208

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

Shades of Frostee #DBE4D0

Tints of Frostee #DBE4D0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.81%

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

R = 33.44%
G = 34.81%
B = 31.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#DBE4D0 (or 0xDBE4D0) is known color: Frostee. HEX triplet: DB, E4 and D0. RGB value is (219,228,208). Sum of RGB (Red+Green+Blue) = 219+228+208=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4D0 is #241B2F. Grayscale: #DFDFDF. Windows color (decimal): -2366256 or 13690075. OLE color: 13690075.

HSL color Cylindrical-coordinate representation of color #DBE4D0: hue angle of 87º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE4D0 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 228 208 -
CMYK 0.04 0 0.09 0.11
HSL 87º 0.27% 0.85% -
HSV(B) 87º 0.09% 0.89% -
XYZ 68.34 75.1 70.57 -
YUV 223.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 219 228 208 0.04 0 0.09 0.11 87 0.27 0.85
Hex DB E4 D0 4 0 9 B 57 1B 55
Octal 333 344 320 4 0 11 13 127 33 125
Binary 11011011 11100100 11010000 100 0 1001 1011 1010111 11011 1010101

Color Harmonies of #DBE4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE4D0

Black with #DBE4D0

Text Example


Text Example

White with #DBE4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE4D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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