Html Css Color HEX #EDCFD0 Pale Rose

📋 copy color: '#EDCFD0'

red 237 ◦ green 207 ◦ blue 208

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

Shades of Pale Rose #EDCFD0

Tints of Pale Rose #EDCFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.9%

R = 36.35%
G = 31.75%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDCFD0 (or 0xEDCFD0) is known color: Pale Rose. HEX triplet: ED, CF and D0. RGB value is (237,207,208). Sum of RGB (Red+Green+Blue) = 237+207+208=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFD0 is #12302F. Grayscale: #D8D8D8. Windows color (decimal): -1191984 or 13684717. OLE color: 13684717.

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

Color convert

RGB 237 207 208 -
CMYK 0 0.13 0.12 0.07
HSL 358º 0.45% 0.87% -
HSV(B) 358º 0.13% 0.93% -
XYZ 68.62 67.18 69.03 -
YUV 216.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 237 207 208 0 0.13 0.12 0.07 358 0.45 0.87
Hex ED CF D0 0 D C 7 166 2D 57
Octal 355 317 320 0 15 14 7 546 55 127
Binary 11101101 11001111 11010000 0 1101 1100 111 101100110 101101 1010111

Color Harmonies of #EDCFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCFD0

Black with #EDCFD0

Text Example


Text Example

White with #EDCFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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