Html Css Color HEX #EDCFD5 Pale Rose

📋 copy color: '#EDCFD5'

red 237 ◦ green 207 ◦ blue 213

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

Shades of Pale Rose #EDCFD5

Tints of Pale Rose #EDCFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.42%

R = 36.07%
G = 31.51%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EDCFD5 (or 0xEDCFD5) is known color: Pale Rose. HEX triplet: ED, CF and D5. RGB value is (237,207,213). Sum of RGB (Red+Green+Blue) = 237+207+213=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFD5 is #12302A. Grayscale: #D8D8D8. Windows color (decimal): -1191979 or 14012397. OLE color: 14012397.

HSL color Cylindrical-coordinate representation of color #EDCFD5: hue angle of 348º 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 #EDCFD5 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 207 213 -
CMYK 0 0.13 0.10 0.07
HSL 348º 0.45% 0.87% -
HSV(B) 348º 0.13% 0.93% -
XYZ 69.25 67.43 72.32 -
YUV 216.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 237 207 213 0 0.13 0.10 0.07 348 0.45 0.87
Hex ED CF D5 0 D A 7 15C 2D 57
Octal 355 317 325 0 15 12 7 534 55 127
Binary 11101101 11001111 11010101 0 1101 1010 111 101011100 101101 1010111

Color Harmonies of #EDCFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFD5

Black with #EDCFD5

Text Example


Text Example

White with #EDCFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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