Html Css Color HEX #DBEBCE Frostee

📋 copy color: '#DBEBCE'

red 219 ◦ green 235 ◦ blue 206

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

Shades of Frostee #DBEBCE

Tints of Frostee #DBEBCE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.61%

 BLUE value IS 206 (80.86% from 255) = 31.21%

R = 33.18%
G = 35.61%
B = 31.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#DBEBCE (or 0xDBEBCE) is known color: Frostee. HEX triplet: DB, EB and CE. RGB value is (219,235,206). Sum of RGB (Red+Green+Blue) = 219+235+206=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBCE is #241431. Grayscale: #E3E3E3. Windows color (decimal): -2364466 or 13560795. OLE color: 13560795.

HSL color Cylindrical-coordinate representation of color #DBEBCE: hue angle of 93.1º degrees, saturation: 0.42, 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 #DBEBCE is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 206 -
CMYK 0.07 0 0.12 0.08
HSL 93.1º 0.42% 0.86% -
HSV(B) 93.1º 0.12% 0.92% -
XYZ 70.06 78.93 69.94 -
YUV 226.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 219 235 206 0.07 0 0.12 0.08 93.1 0.42 0.86
Hex DB EB CE 7 0 C 8 5D 2A 56
Octal 333 353 316 7 0 14 10 135 52 126
Binary 11011011 11101011 11001110 111 0 1100 1000 1011101 101010 1010110

Color Harmonies of #DBEBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEBCE

Black with #DBEBCE

Text Example


Text Example

White with #DBEBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEBCE; }

 p { color: rgb(219,235,206); }

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

background-color css

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

 a { background-color: rgb(219,235,206); }

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

border-color css

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

 span { border-color: rgb(219,235,206); }

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