Html Css Color HEX #E9CCCD Pale Rose

📋 copy color: '#E9CCCD'

red 233 ◦ green 204 ◦ blue 205

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

Shades of Pale Rose #E9CCCD

Tints of Pale Rose #E9CCCD

RGB

 RED value IS 233 (91.41% from 255) = 36.29%

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

 BLUE value IS 205 (80.47% from 255) = 31.93%

R = 36.29%
G = 31.78%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E9CCCD (or 0xE9CCCD) is known color: Pale Rose. HEX triplet: E9, CC and CD. RGB value is (233,204,205). Sum of RGB (Red+Green+Blue) = 233+204+205=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CCCD is #163332. Grayscale: #D4D4D4. Windows color (decimal): -1454899 or 13487337. OLE color: 13487337.

HSL color Cylindrical-coordinate representation of color #E9CCCD: hue angle of 357.93º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CCCD is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 204 205 -
CMYK 0 0.12 0.12 0.09
HSL 357.93º 0.4% 0.86% -
HSV(B) 357.93º 0.12% 0.91% -
XYZ 66.22 64.92 66.8 -
YUV 212.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 233 204 205 0 0.12 0.12 0.09 357.93 0.4 0.86
Hex E9 CC CD 0 C C 9 166 28 56
Octal 351 314 315 0 14 14 11 546 50 126
Binary 11101001 11001100 11001101 0 1100 1100 1001 101100110 101000 1010110

Color Harmonies of #E9CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CCCD

Black with #E9CCCD

Text Example


Text Example

White with #E9CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CCCD; }

 p { color: rgb(233,204,205); }

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

background-color css

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

 a { background-color: rgb(233,204,205); }

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

border-color css

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

 span { border-color: rgb(233,204,205); }

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