Html Css Color HEX #EEC1DA Classic Rose

📋 copy color: '#EEC1DA'

red 238 ◦ green 193 ◦ blue 218

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

Shades of Classic Rose #EEC1DA

Tints of Classic Rose #EEC1DA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.74%

 BLUE value IS 218 (85.55% from 255) = 33.59%

R = 36.67%
G = 29.74%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEC1DA (or 0xEEC1DA) is known color: Classic Rose. HEX triplet: EE, C1 and DA. RGB value is (238,193,218). Sum of RGB (Red+Green+Blue) = 238+193+218=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC1DA is #113E25. Grayscale: #D1D1D1. Windows color (decimal): -1130022 or 14336494. OLE color: 14336494.

HSL color Cylindrical-coordinate representation of color #EEC1DA: hue angle of 326.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC1DA is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 193 218 -
CMYK 0 0.19 0.08 0.07
HSL 326.67º 0.57% 0.85% -
HSV(B) 326.67º 0.19% 0.93% -
XYZ 66.98 61.38 74.65 -
YUV 209.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 238 193 218 0 0.19 0.08 0.07 326.67 0.57 0.85
Hex EE C1 DA 0 13 8 7 147 39 55
Octal 356 301 332 0 23 10 7 507 71 125
Binary 11101110 11000001 11011010 0 10011 1000 111 101000111 111001 1010101

Color Harmonies of #EEC1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC1DA

Black with #EEC1DA

Text Example


Text Example

White with #EEC1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC1DA; }

 p { color: rgb(238,193,218); }

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

background-color css

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

 a { background-color: rgb(238,193,218); }

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

border-color css

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

 span { border-color: rgb(238,193,218); }

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