Html Css Color HEX #EECCCE Pale Rose

📋 copy color: '#EECCCE'

red 238 ◦ green 204 ◦ blue 206

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

Shades of Pale Rose #EECCCE

Tints of Pale Rose #EECCCE

RGB

 RED value IS 238 (93.36% from 255) = 36.73%

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

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

R = 36.73%
G = 31.48%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EECCCE (or 0xEECCCE) is known color: Pale Rose. HEX triplet: EE, CC and CE. RGB value is (238,204,206). Sum of RGB (Red+Green+Blue) = 238+204+206=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCCE is #113331. Grayscale: #D6D6D6. Windows color (decimal): -1127218 or 13552878. OLE color: 13552878.

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

Color convert

RGB 238 204 206 -
CMYK 0 0.14 0.13 0.07
HSL 356.47º 0.5% 0.87% -
HSV(B) 356.47º 0.14% 0.93% -
XYZ 67.99 65.82 67.51 -
YUV 214.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 238 204 206 0 0.14 0.13 0.07 356.47 0.5 0.87
Hex EE CC CE 0 E D 7 164 32 57
Octal 356 314 316 0 16 15 7 544 62 127
Binary 11101110 11001100 11001110 0 1110 1101 111 101100100 110010 1010111

Color Harmonies of #EECCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECCCE

Black with #EECCCE

Text Example


Text Example

White with #EECCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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