Html Css Color HEX #D2E5CB Peppermint

📋 copy color: '#D2E5CB'

red 210 ◦ green 229 ◦ blue 203

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

Shades of Peppermint #D2E5CB

Tints of Peppermint #D2E5CB

RGB

 RED value IS 210 (82.42% from 255) = 32.71%

 GREEN value IS 229 (89.84% from 255) = 35.67%

 BLUE value IS 203 (79.69% from 255) = 31.62%

R = 32.71%
G = 35.67%
B = 31.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#D2E5CB (or 0xD2E5CB) is known color: Peppermint. HEX triplet: D2, E5 and CB. RGB value is (210,229,203). Sum of RGB (Red+Green+Blue) = 210+229+203=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E5CB is #2D1A34. Grayscale: #DCDCDC. Windows color (decimal): -2955829 or 13362642. OLE color: 13362642.

HSL color Cylindrical-coordinate representation of color #D2E5CB: hue angle of 103.85º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2E5CB is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 229 203 -
CMYK 0.08 0 0.11 0.10
HSL 103.85º 0.33% 0.85% -
HSV(B) 103.85º 0.11% 0.9% -
XYZ 65.38 74.05 67.35 -
YUV 220.36 118.21 120.61 -
System Red Green Blue C M Y K H S L
Decimal 210 229 203 0.08 0 0.11 0.10 103.85 0.33 0.85
Hex D2 E5 CB 8 0 B A 68 21 55
Octal 322 345 313 10 0 13 12 150 41 125
Binary 11010010 11100101 11001011 1000 0 1011 1010 1101000 100001 1010101

Color Harmonies of #D2E5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E5CB

Black with #D2E5CB

Text Example


Text Example

White with #D2E5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E5CB; }

 p { color: rgb(210,229,203); }

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

background-color css

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

 a { background-color: rgb(210,229,203); }

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

border-color css

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

 span { border-color: rgb(210,229,203); }

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