Html Css Color HEX #EFCECF Pale Rose

📋 copy color: '#EFCECF'

red 239 ◦ green 206 ◦ blue 207

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

Shades of Pale Rose #EFCECF

Tints of Pale Rose #EFCECF

RGB

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

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

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

R = 36.66%
G = 31.6%
B = 31.75%

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

#EFCECF (or 0xEFCECF) is known color: Pale Rose. HEX triplet: EF, CE and CF. RGB value is (239,206,207). Sum of RGB (Red+Green+Blue) = 239+206+207=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCECF is #103130. Grayscale: #D8D8D8. Windows color (decimal): -1061169 or 13618927. OLE color: 13618927.

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

Color convert

RGB 239 206 207 -
CMYK 0 0.14 0.13 0.06
HSL 358.18º 0.51% 0.87% -
HSV(B) 358.18º 0.14% 0.94% -
XYZ 68.93 67 68.33 -
YUV 215.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 239 206 207 0 0.14 0.13 0.06 358.18 0.51 0.87
Hex EF CE CF 0 E D 6 166 33 57
Octal 357 316 317 0 16 15 6 546 63 127
Binary 11101111 11001110 11001111 0 1110 1101 110 101100110 110011 1010111

Color Harmonies of #EFCECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCECF

Black with #EFCECF

Text Example


Text Example

White with #EFCECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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