Html Css Color HEX #DBEACC Frostee

📋 copy color: '#DBEACC'

red 219 ◦ green 234 ◦ blue 204

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

Shades of Frostee #DBEACC

Tints of Frostee #DBEACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.05%

R = 33.33%
G = 35.62%
B = 31.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#DBEACC (or 0xDBEACC) is known color: Frostee. HEX triplet: DB, EA and CC. RGB value is (219,234,204). Sum of RGB (Red+Green+Blue) = 219+234+204=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEACC is #241533. Grayscale: #E2E2E2. Windows color (decimal): -2364724 or 13429467. OLE color: 13429467.

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

Color convert

RGB 219 234 204 -
CMYK 0.06 0 0.13 0.08
HSL 90º 0.42% 0.86% -
HSV(B) 90º 0.13% 0.92% -
XYZ 69.54 78.27 68.57 -
YUV 226.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 219 234 204 0.06 0 0.13 0.08 90 0.42 0.86
Hex DB EA CC 6 0 D 8 5A 2A 56
Octal 333 352 314 6 0 15 10 132 52 126
Binary 11011011 11101010 11001100 110 0 1101 1000 1011010 101010 1010110

Color Harmonies of #DBEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEACC

Black with #DBEACC

Text Example


Text Example

White with #DBEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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