Html Css Color HEX #DBECCD Frostee

📋 copy color: '#DBECCD'

red 219 ◦ green 236 ◦ blue 205

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

Shades of Frostee #DBECCD

Tints of Frostee #DBECCD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.76%

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

R = 33.18%
G = 35.76%
B = 31.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#DBECCD (or 0xDBECCD) is known color: Frostee. HEX triplet: DB, EC and CD. RGB value is (219,236,205). Sum of RGB (Red+Green+Blue) = 219+236+205=660 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.18% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECCD is #241332. Grayscale: #E3E3E3. Windows color (decimal): -2364211 or 13495515. OLE color: 13495515.

HSL color Cylindrical-coordinate representation of color #DBECCD: hue angle of 92.9º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBECCD is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 205 -
CMYK 0.07 0 0.13 0.07
HSL 92.9º 0.45% 0.86% -
HSV(B) 92.9º 0.13% 0.93% -
XYZ 70.23 79.46 69.39 -
YUV 227.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 219 236 205 0.07 0 0.13 0.07 92.9 0.45 0.86
Hex DB EC CD 7 0 D 7 5D 2D 56
Octal 333 354 315 7 0 15 7 135 55 126
Binary 11011011 11101100 11001101 111 0 1101 111 1011101 101101 1010110

Color Harmonies of #DBECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECCD

Black with #DBECCD

Text Example


Text Example

White with #DBECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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