#D2DBCF

Color #D2DBCF Peppermint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peppermint #D2DBCF

Tints of Peppermint #D2DBCF

Color information

#D2DBCF (or 0xD2DBCF) is unknown color: approx Peppermint. HEX triplet: D2, DB and CF. RGB value is (210,219,207). Sum of RGB (Red+Green+Blue) = 210+219+207=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBCF is #2D2430. Grayscale: #D6D6D6. Windows color (decimal): -2958385 or 13622226. OLE color: 13622226.

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

Color convert

RGB210219207-
CMYK0.0400.050.14
HSL105º14.29%83.53%-
HSV(B)105º5.48%85.88%-
XYZ63.1768.8769-
YUV214.94123.52124.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.02%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 207 (81.25% from 255) = 32.55%
R=33.02%
G=34.43%
B=32.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102192070.0400.050.1410514.2983.53
HexD2DBCF405E69e54
Octal3223333174051615116124
Binary11010010110110111100111110001011110110100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBCF; }

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

 H1.HeaderClassName
 {
   color: #D2DBCF;
 }
 .AnyTagClassName
 {
   color: #D2DBCF;
 }
</style>
background-color css

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

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

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

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

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

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