Html Css Color HEX #EFCED0 Pale Rose

📋 copy color: '#EFCED0'

red 239 ◦ green 206 ◦ blue 208

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

Shades of Pale Rose #EFCED0

Tints of Pale Rose #EFCED0

RGB

 RED value IS 239 (93.75% from 255) = 36.6%

 GREEN value IS 206 (80.86% from 255) = 31.55%

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

R = 36.6%
G = 31.55%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFCED0 (or 0xEFCED0) is known color: Pale Rose. HEX triplet: EF, CE and D0. RGB value is (239,206,208). Sum of RGB (Red+Green+Blue) = 239+206+208=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 208 (81.64% from 255 or 31.85% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED0 is #10312F. Grayscale: #D8D8D8. Windows color (decimal): -1061168 or 13684463. OLE color: 13684463.

HSL color Cylindrical-coordinate representation of color #EFCED0: hue angle of 356.36º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCED0 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 206 208 -
CMYK 0 0.14 0.13 0.06
HSL 356.36º 0.51% 0.87% -
HSV(B) 356.36º 0.14% 0.94% -
XYZ 69.05 67.05 68.98 -
YUV 216.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 239 206 208 0 0.14 0.13 0.06 356.36 0.51 0.87
Hex EF CE D0 0 E D 6 164 33 57
Octal 357 316 320 0 16 15 6 544 63 127
Binary 11101111 11001110 11010000 0 1110 1101 110 101100100 110011 1010111

Color Harmonies of #EFCED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCED0

Black with #EFCED0

Text Example


Text Example

White with #EFCED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCED0; }

 p { color: rgb(239,206,208); }

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

background-color css

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

 a { background-color: rgb(239,206,208); }

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

border-color css

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

 span { border-color: rgb(239,206,208); }

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