Html Css Color HEX #EEC3D8 Classic Rose

📋 copy color: '#EEC3D8'

red 238 ◦ green 195 ◦ blue 216

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

Shades of Classic Rose #EEC3D8

Tints of Classic Rose #EEC3D8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.05%

 BLUE value IS 216 (84.77% from 255) = 33.28%

R = 36.67%
G = 30.05%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EEC3D8 (or 0xEEC3D8) is known color: Classic Rose. HEX triplet: EE, C3 and D8. RGB value is (238,195,216). Sum of RGB (Red+Green+Blue) = 238+195+216=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 195 (76.56% from 255 or 30.05% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC3D8 is #113C27. Grayscale: #D2D2D2. Windows color (decimal): -1129512 or 14205934. OLE color: 14205934.

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

Color convert

RGB 238 195 216 -
CMYK 0 0.18 0.09 0.07
HSL 330.7º 0.56% 0.85% -
HSV(B) 330.7º 0.18% 0.93% -
XYZ 67.17 62.17 73.42 -
YUV 210.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 238 195 216 0 0.18 0.09 0.07 330.7 0.56 0.85
Hex EE C3 D8 0 12 9 7 14B 38 55
Octal 356 303 330 0 22 11 7 513 70 125
Binary 11101110 11000011 11011000 0 10010 1001 111 101001011 111000 1010101

Color Harmonies of #EEC3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC3D8

Black with #EEC3D8

Text Example


Text Example

White with #EEC3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC3D8; }

 p { color: rgb(238,195,216); }

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

background-color css

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

 a { background-color: rgb(238,195,216); }

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

border-color css

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

 span { border-color: rgb(238,195,216); }

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