Html Css Color HEX #EDE2DE Provincial Pink

📋 copy color: '#EDE2DE'

red 237 ◦ green 226 ◦ blue 222

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

Shades of Provincial Pink #EDE2DE

Tints of Provincial Pink #EDE2DE

RGB

 RED value IS 237 (92.97% from 255) = 34.6%

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

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

R = 34.6%
G = 32.99%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDE2DE (or 0xEDE2DE) is known color: Provincial Pink. HEX triplet: ED, E2 and DE. RGB value is (237,226,222). Sum of RGB (Red+Green+Blue) = 237+226+222=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 222 (87.11% from 255 or 32.41% from 685); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2DE is #121D21. Grayscale: #E4E4E4. Windows color (decimal): -1187106 or 14607085. OLE color: 14607085.

HSL color Cylindrical-coordinate representation of color #EDE2DE: hue angle of 16º degrees, saturation: 0.29, 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 #EDE2DE is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 226 222 -
CMYK 0 0.05 0.06 0.07
HSL 16º 0.29% 0.9% -
HSV(B) 16º 0.06% 0.93% -
XYZ 75.31 77.67 80.13 -
YUV 228.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 237 226 222 0 0.05 0.06 0.07 16 0.29 0.9
Hex ED E2 DE 0 5 6 7 10 1D 5A
Octal 355 342 336 0 5 6 7 20 35 132
Binary 11101101 11100010 11011110 0 101 110 111 10000 11101 1011010

Color Harmonies of #EDE2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2DE

Black with #EDE2DE

Text Example


Text Example

White with #EDE2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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