Html Css Color HEX #DBE7CD Frostee

📋 copy color: '#DBE7CD'

red 219 ◦ green 231 ◦ blue 205

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

Shades of Frostee #DBE7CD

Tints of Frostee #DBE7CD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.27%

 BLUE value IS 205 (80.47% from 255) = 31.3%

R = 33.44%
G = 35.27%
B = 31.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#DBE7CD (or 0xDBE7CD) is known color: Frostee. HEX triplet: DB, E7 and CD. RGB value is (219,231,205). Sum of RGB (Red+Green+Blue) = 219+231+205=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7CD is #241832. Grayscale: #E0E0E0. Windows color (decimal): -2365491 or 13494235. OLE color: 13494235.

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

Color convert

RGB 219 231 205 -
CMYK 0.05 0 0.11 0.09
HSL 87.69º 0.35% 0.85% -
HSV(B) 87.69º 0.11% 0.91% -
XYZ 68.81 76.62 68.92 -
YUV 224.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 219 231 205 0.05 0 0.11 0.09 87.69 0.35 0.85
Hex DB E7 CD 5 0 B 9 58 23 55
Octal 333 347 315 5 0 13 11 130 43 125
Binary 11011011 11100111 11001101 101 0 1011 1001 1011000 100011 1010101

Color Harmonies of #DBE7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE7CD

Black with #DBE7CD

Text Example


Text Example

White with #DBE7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE7CD; }

 p { color: rgb(219,231,205); }

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

background-color css

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

 a { background-color: rgb(219,231,205); }

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

border-color css

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

 span { border-color: rgb(219,231,205); }

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