Html Css Color HEX #DBECD2 Peppermint

📋 copy color: '#DBECD2'

red 219 ◦ green 236 ◦ blue 210

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

Shades of Peppermint #DBECD2

Tints of Peppermint #DBECD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.58%

R = 32.93%
G = 35.49%
B = 31.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#DBECD2 (or 0xDBECD2) is known color: Peppermint. HEX triplet: DB, EC and D2. RGB value is (219,236,210). Sum of RGB (Red+Green+Blue) = 219+236+210=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECD2 is #24132D. Grayscale: #E4E4E4. Windows color (decimal): -2364206 or 13823195. OLE color: 13823195.

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

Color convert

RGB 219 236 210 -
CMYK 0.07 0 0.11 0.07
HSL 99.23º 0.41% 0.87% -
HSV(B) 99.23º 0.11% 0.93% -
XYZ 70.84 79.7 72.62 -
YUV 227.95 117.87 121.61 -
System Red Green Blue C M Y K H S L
Decimal 219 236 210 0.07 0 0.11 0.07 99.23 0.41 0.87
Hex DB EC D2 7 0 B 7 63 29 57
Octal 333 354 322 7 0 13 7 143 51 127
Binary 11011011 11101100 11010010 111 0 1011 111 1100011 101001 1010111

Color Harmonies of #DBECD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECD2

Black with #DBECD2

Text Example


Text Example

White with #DBECD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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