Html Css Color HEX #EDCAE2 Classic Rose

📋 copy color: '#EDCAE2'

red 237 ◦ green 202 ◦ blue 226

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

Shades of Classic Rose #EDCAE2

Tints of Classic Rose #EDCAE2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.38%

 BLUE value IS 226 (88.67% from 255) = 33.98%

R = 35.64%
G = 30.38%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDCAE2 (or 0xEDCAE2) is known color: Classic Rose. HEX triplet: ED, CA and E2. RGB value is (237,202,226). Sum of RGB (Red+Green+Blue) = 237+202+226=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAE2 is #12351D. Grayscale: #D7D7D7. Windows color (decimal): -1193246 or 14863085. OLE color: 14863085.

HSL color Cylindrical-coordinate representation of color #EDCAE2: hue angle of 318.86º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDCAE2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 202 226 -
CMYK 0 0.15 0.05 0.07
HSL 318.86º 0.49% 0.86% -
HSV(B) 318.86º 0.15% 0.93% -
XYZ 69.77 65.74 80.96 -
YUV 215.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 237 202 226 0 0.15 0.05 0.07 318.86 0.49 0.86
Hex ED CA E2 0 F 5 7 13F 31 56
Octal 355 312 342 0 17 5 7 477 61 126
Binary 11101101 11001010 11100010 0 1111 101 111 100111111 110001 1010110

Color Harmonies of #EDCAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAE2

Black with #EDCAE2

Text Example


Text Example

White with #EDCAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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