Html Css Color HEX #D3E2CC Peppermint

📋 copy color: '#D3E2CC'

red 211 ◦ green 226 ◦ blue 204

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

Shades of Peppermint #D3E2CC

Tints of Peppermint #D3E2CC

RGB

 RED value IS 211 (82.81% from 255) = 32.92%

 GREEN value IS 226 (88.67% from 255) = 35.26%

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

R = 32.92%
G = 35.26%
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

#D3E2CC (or 0xD3E2CC) is known color: Peppermint. HEX triplet: D3, E2 and CC. RGB value is (211,226,204). Sum of RGB (Red+Green+Blue) = 211+226+204=641 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.92% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E2CC is #2C1D33. Grayscale: #DBDBDB. Windows color (decimal): -2891060 or 13427411. OLE color: 13427411.

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

Color convert

RGB 211 226 204 -
CMYK 0.07 0 0.10 0.11
HSL 100.91º 0.28% 0.84% -
HSV(B) 100.91º 0.1% 0.89% -
XYZ 64.96 72.6 67.72 -
YUV 219.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 211 226 204 0.07 0 0.10 0.11 100.91 0.28 0.84
Hex D3 E2 CC 7 0 A B 65 1C 54
Octal 323 342 314 7 0 12 13 145 34 124
Binary 11010011 11100010 11001100 111 0 1010 1011 1100101 11100 1010100

Color Harmonies of #D3E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E2CC

Black with #D3E2CC

Text Example


Text Example

White with #D3E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E2CC; }

 p { color: rgb(211,226,204); }

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

background-color css

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

 a { background-color: rgb(211,226,204); }

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

border-color css

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

 span { border-color: rgb(211,226,204); }

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