Html Css Color HEX #EFCBCF Pale Rose

📋 copy color: '#EFCBCF'

red 239 ◦ green 203 ◦ blue 207

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

Shades of Pale Rose #EFCBCF

Tints of Pale Rose #EFCBCF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.28%

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

R = 36.83%
G = 31.28%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFCBCF (or 0xEFCBCF) is known color: Pale Rose. HEX triplet: EF, CB and CF. RGB value is (239,203,207). Sum of RGB (Red+Green+Blue) = 239+203+207=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBCF is #103430. Grayscale: #D6D6D6. Windows color (decimal): -1061937 or 13618159. OLE color: 13618159.

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

Color convert

RGB 239 203 207 -
CMYK 0 0.15 0.13 0.06
HSL 353.33º 0.53% 0.87% -
HSV(B) 353.33º 0.15% 0.94% -
XYZ 68.22 65.57 68.09 -
YUV 214.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 239 203 207 0 0.15 0.13 0.06 353.33 0.53 0.87
Hex EF CB CF 0 F D 6 161 35 57
Octal 357 313 317 0 17 15 6 541 65 127
Binary 11101111 11001011 11001111 0 1111 1101 110 101100001 110101 1010111

Color Harmonies of #EFCBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCBCF

Black with #EFCBCF

Text Example


Text Example

White with #EFCBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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