Html Css Color HEX #D2E3CC Peppermint

📋 copy color: '#D2E3CC'

red 210 ◦ green 227 ◦ blue 204

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

Shades of Peppermint #D2E3CC

Tints of Peppermint #D2E3CC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.41%

 BLUE value IS 204 (80.08% from 255) = 31.83%

R = 32.76%
G = 35.41%
B = 31.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#D2E3CC (or 0xD2E3CC) is known color: Peppermint. HEX triplet: D2, E3 and CC. RGB value is (210,227,204). Sum of RGB (Red+Green+Blue) = 210+227+204=641 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.76% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E3CC is #2D1C33. Grayscale: #DBDBDB. Windows color (decimal): -2956340 or 13427666. OLE color: 13427666.

HSL color Cylindrical-coordinate representation of color #D2E3CC: hue angle of 104.35º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2E3CC is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 227 204 -
CMYK 0.07 0 0.10 0.11
HSL 104.35º 0.29% 0.85% -
HSV(B) 104.35º 0.1% 0.89% -
XYZ 64.95 73 67.79 -
YUV 219.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 210 227 204 0.07 0 0.10 0.11 104.35 0.29 0.85
Hex D2 E3 CC 7 0 A B 68 1D 55
Octal 322 343 314 7 0 12 13 150 35 125
Binary 11010010 11100011 11001100 111 0 1010 1011 1101000 11101 1010101

Color Harmonies of #D2E3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E3CC

Black with #D2E3CC

Text Example


Text Example

White with #D2E3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E3CC; }

 p { color: rgb(210,227,204); }

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

background-color css

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

 a { background-color: rgb(210,227,204); }

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

border-color css

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

 span { border-color: rgb(210,227,204); }

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