Html Css Color HEX #EFCED3 Pale Rose

📋 copy color: '#EFCED3'

red 239 ◦ green 206 ◦ blue 211

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

Shades of Pale Rose #EFCED3

Tints of Pale Rose #EFCED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.16%

R = 36.43%
G = 31.4%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFCED3 (or 0xEFCED3) is known color: Pale Rose. HEX triplet: EF, CE and D3. RGB value is (239,206,211). Sum of RGB (Red+Green+Blue) = 239+206+211=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED3 is #10312C. Grayscale: #D8D8D8. Windows color (decimal): -1061165 or 13881071. OLE color: 13881071.

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

Color convert

RGB 239 206 211 -
CMYK 0 0.14 0.12 0.06
HSL 350.91º 0.51% 0.87% -
HSV(B) 350.91º 0.14% 0.94% -
XYZ 69.43 67.2 70.94 -
YUV 216.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 239 206 211 0 0.14 0.12 0.06 350.91 0.51 0.87
Hex EF CE D3 0 E C 6 15F 33 57
Octal 357 316 323 0 16 14 6 537 63 127
Binary 11101111 11001110 11010011 0 1110 1100 110 101011111 110011 1010111

Color Harmonies of #EFCED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCED3

Black with #EFCED3

Text Example


Text Example

White with #EFCED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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