Html Css Color HEX #EDCFE3 Classic Rose

📋 copy color: '#EDCFE3'

red 237 ◦ green 207 ◦ blue 227

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

Shades of Classic Rose #EDCFE3

Tints of Classic Rose #EDCFE3

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.85%

 BLUE value IS 227 (89.06% from 255) = 33.83%

R = 35.32%
G = 30.85%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EDCFE3 (or 0xEDCFE3) is known color: Classic Rose. HEX triplet: ED, CF and E3. RGB value is (237,207,227). Sum of RGB (Red+Green+Blue) = 237+207+227=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFE3 is #12301C. Grayscale: #DADADA. Windows color (decimal): -1191965 or 14929901. OLE color: 14929901.

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

Color convert

RGB 237 207 227 -
CMYK 0 0.13 0.04 0.07
HSL 320º 0.45% 0.87% -
HSV(B) 320º 0.13% 0.93% -
XYZ 71.1 68.18 82.08 -
YUV 218.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 237 207 227 0 0.13 0.04 0.07 320 0.45 0.87
Hex ED CF E3 0 D 4 7 140 2D 57
Octal 355 317 343 0 15 4 7 500 55 127
Binary 11101101 11001111 11100011 0 1101 100 111 101000000 101101 1010111

Color Harmonies of #EDCFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFE3

Black with #EDCFE3

Text Example


Text Example

White with #EDCFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFE3; }

 p { color: rgb(237,207,227); }

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

background-color css

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

 a { background-color: rgb(237,207,227); }

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

border-color css

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

 span { border-color: rgb(237,207,227); }

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