Html Css Color HEX #DBEACD Frostee

📋 copy color: '#DBEACD'

red 219 ◦ green 234 ◦ blue 205

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

Shades of Frostee #DBEACD

Tints of Frostee #DBEACD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.56%

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

R = 33.28%
G = 35.56%
B = 31.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#DBEACD (or 0xDBEACD) is known color: Frostee. HEX triplet: DB, EA and CD. RGB value is (219,234,205). Sum of RGB (Red+Green+Blue) = 219+234+205=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEACD is #241532. Grayscale: #E2E2E2. Windows color (decimal): -2364723 or 13495003. OLE color: 13495003.

HSL color Cylindrical-coordinate representation of color #DBEACD: hue angle of 91.03º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBEACD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 205 -
CMYK 0.06 0 0.12 0.08
HSL 91.03º 0.41% 0.86% -
HSV(B) 91.03º 0.12% 0.92% -
XYZ 69.66 78.31 69.2 -
YUV 226.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 219 234 205 0.06 0 0.12 0.08 91.03 0.41 0.86
Hex DB EA CD 6 0 C 8 5B 29 56
Octal 333 352 315 6 0 14 10 133 51 126
Binary 11011011 11101010 11001101 110 0 1100 1000 1011011 101001 1010110

Color Harmonies of #DBEACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEACD

Black with #DBEACD

Text Example


Text Example

White with #DBEACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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