Html Css Color HEX #ECE2DE Provincial Pink

📋 copy color: '#ECE2DE'

red 236 ◦ green 226 ◦ blue 222

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

Shades of Provincial Pink #ECE2DE

Tints of Provincial Pink #ECE2DE

RGB

 RED value IS 236 (92.58% from 255) = 34.5%

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

 BLUE value IS 222 (87.11% from 255) = 32.46%

R = 34.5%
G = 33.04%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ECE2DE (or 0xECE2DE) is known color: Provincial Pink. HEX triplet: EC, E2 and DE. RGB value is (236,226,222). Sum of RGB (Red+Green+Blue) = 236+226+222=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2DE is #131D21. Grayscale: #E4E4E4. Windows color (decimal): -1252642 or 14607084. OLE color: 14607084.

HSL color Cylindrical-coordinate representation of color #ECE2DE: hue angle of 17.14º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECE2DE is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 226 222 -
CMYK 0 0.04 0.06 0.07
HSL 17.14º 0.27% 0.9% -
HSV(B) 17.14º 0.06% 0.93% -
XYZ 74.97 77.5 80.11 -
YUV 228.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 236 226 222 0 0.04 0.06 0.07 17.14 0.27 0.9
Hex EC E2 DE 0 4 6 7 11 1B 5A
Octal 354 342 336 0 4 6 7 21 33 132
Binary 11101100 11100010 11011110 0 100 110 111 10001 11011 1011010

Color Harmonies of #ECE2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE2DE

Black with #ECE2DE

Text Example


Text Example

White with #ECE2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE2DE; }

 p { color: rgb(236,226,222); }

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

background-color css

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

 a { background-color: rgb(236,226,222); }

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

border-color css

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

 span { border-color: rgb(236,226,222); }

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