Html Css Color HEX #D5DBD4 Peppermint

📋 copy color: '#D5DBD4'

red 213 ◦ green 219 ◦ blue 212

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

Shades of Peppermint #D5DBD4

Tints of Peppermint #D5DBD4

RGB

 RED value IS 213 (83.59% from 255) = 33.07%

 GREEN value IS 219 (85.94% from 255) = 34.01%

 BLUE value IS 212 (83.2% from 255) = 32.92%

R = 33.07%
G = 34.01%
B = 32.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#D5DBD4 (or 0xD5DBD4) is known color: Peppermint. HEX triplet: D5, DB and D4. RGB value is (213,219,212). Sum of RGB (Red+Green+Blue) = 213+219+212=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBD4 is #2A242B. Grayscale: #D8D8D8. Windows color (decimal): -2761772 or 13949909. OLE color: 13949909.

HSL color Cylindrical-coordinate representation of color #D5DBD4: hue angle of 111.43º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D5DBD4 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 219 212 -
CMYK 0.03 0 0.03 0.14
HSL 111.43º 0.09% 0.85% -
HSV(B) 111.43º 0.03% 0.86% -
XYZ 64.66 69.56 72.31 -
YUV 216.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 213 219 212 0.03 0 0.03 0.14 111.43 0.09 0.85
Hex D5 DB D4 3 0 3 E 6F 9 55
Octal 325 333 324 3 0 3 16 157 11 125
Binary 11010101 11011011 11010100 11 0 11 1110 1101111 1001 1010101

Color Harmonies of #D5DBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBD4

Black with #D5DBD4

Text Example


Text Example

White with #D5DBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBD4; }

 p { color: rgb(213,219,212); }

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

background-color css

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

 a { background-color: rgb(213,219,212); }

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

border-color css

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

 span { border-color: rgb(213,219,212); }

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