Html Css Color HEX #EFCCCE Pale Rose

📋 copy color: '#EFCCCE'

red 239 ◦ green 204 ◦ blue 206

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

Shades of Pale Rose #EFCCCE

Tints of Pale Rose #EFCCCE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.43%

 BLUE value IS 206 (80.86% from 255) = 31.74%

R = 36.83%
G = 31.43%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFCCCE (or 0xEFCCCE) is known color: Pale Rose. HEX triplet: EF, CC and CE. RGB value is (239,204,206). Sum of RGB (Red+Green+Blue) = 239+204+206=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCCE is #103331. Grayscale: #D6D6D6. Windows color (decimal): -1061682 or 13552879. OLE color: 13552879.

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

Color convert

RGB 239 204 206 -
CMYK 0 0.15 0.14 0.06
HSL 356.57º 0.52% 0.87% -
HSV(B) 356.57º 0.15% 0.94% -
XYZ 68.33 65.99 67.53 -
YUV 214.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 239 204 206 0 0.15 0.14 0.06 356.57 0.52 0.87
Hex EF CC CE 0 F E 6 165 34 57
Octal 357 314 316 0 17 16 6 545 64 127
Binary 11101111 11001100 11001110 0 1111 1110 110 101100101 110100 1010111

Color Harmonies of #EFCCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCCE

Black with #EFCCCE

Text Example


Text Example

White with #EFCCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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