Html Css Color HEX #EECDDA Classic Rose

📋 copy color: '#EECDDA'

red 238 ◦ green 205 ◦ blue 218

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

Shades of Classic Rose #EECDDA

Tints of Classic Rose #EECDDA

RGB

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

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

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

R = 36.01%
G = 31.01%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EECDDA (or 0xEECDDA) is known color: Classic Rose. HEX triplet: EE, CD and DA. RGB value is (238,205,218). Sum of RGB (Red+Green+Blue) = 238+205+218=661 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.01% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDDA is #113225. Grayscale: #D8D8D8. Windows color (decimal): -1126950 or 14339566. OLE color: 14339566.

HSL color Cylindrical-coordinate representation of color #EECDDA: hue angle of 336.36º degrees, saturation: 0.49, 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 #EECDDA is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 205 218 -
CMYK 0 0.14 0.08 0.07
HSL 336.36º 0.49% 0.87% -
HSV(B) 336.36º 0.14% 0.93% -
XYZ 69.75 66.9 75.57 -
YUV 216.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 238 205 218 0 0.14 0.08 0.07 336.36 0.49 0.87
Hex EE CD DA 0 E 8 7 150 31 57
Octal 356 315 332 0 16 10 7 520 61 127
Binary 11101110 11001101 11011010 0 1110 1000 111 101010000 110001 1010111

Color Harmonies of #EECDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECDDA

Black with #EECDDA

Text Example


Text Example

White with #EECDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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