Html Css Color HEX #E9CDDF Classic Rose

📋 copy color: '#E9CDDF'

red 233 ◦ green 205 ◦ blue 223

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

Shades of Classic Rose #E9CDDF

Tints of Classic Rose #E9CDDF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.01%

 BLUE value IS 223 (87.5% from 255) = 33.74%

R = 35.25%
G = 31.01%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E9CDDF (or 0xE9CDDF) is known color: Classic Rose. HEX triplet: E9, CD and DF. RGB value is (233,205,223). Sum of RGB (Red+Green+Blue) = 233+205+223=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDDF is #163220. Grayscale: #D7D7D7. Windows color (decimal): -1454625 or 14667241. OLE color: 14667241.

HSL color Cylindrical-coordinate representation of color #E9CDDF: hue angle of 321.43º degrees, saturation: 0.39, 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 #E9CDDF is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 205 223 -
CMYK 0 0.12 0.04 0.09
HSL 321.43º 0.39% 0.86% -
HSV(B) 321.43º 0.12% 0.91% -
XYZ 68.75 66.31 78.99 -
YUV 215.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 233 205 223 0 0.12 0.04 0.09 321.43 0.39 0.86
Hex E9 CD DF 0 C 4 9 141 27 56
Octal 351 315 337 0 14 4 11 501 47 126
Binary 11101001 11001101 11011111 0 1100 100 1001 101000001 100111 1010110

Color Harmonies of #E9CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CDDF

Black with #E9CDDF

Text Example


Text Example

White with #E9CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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