#EEC3D2

Color #EEC3D2 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EEC3D2

Tints of Classic Rose #EEC3D2

Color information

#EEC3D2 (or 0xEEC3D2) is unknown color: approx Classic Rose. HEX triplet: EE, C3 and D2. RGB value is (238,195,210). Sum of RGB (Red+Green+Blue) = 238+195+210=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 195 (76.56% from 255 or 30.33% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC3D2 is #113C2D. Grayscale: #D1D1D1. Windows color (decimal): -1129518 or 13812718. OLE color: 13812718.

HSL color Cylindrical-coordinate representation of color #EEC3D2: hue angle of 339.07º 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 #EEC3D2 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB238195210-
CMYK00.180.120.07
HSL339.07º55.84%84.9%-
HSV(B)339.07º18.07%93.33%-
XYZ66.4161.8669.41-
YUV209.57128.25148.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.01%
GREEN value IS 195 (76.56% from 255) = 30.33%
BLUE value IS 210 (82.42% from 255) = 32.66%
R=37.01%
G=30.33%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819521000.180.120.07339.0755.8484.9
HexEEC3D2012C71533855
Octal35630332202214752370125
Binary11101110110000111101001001001011001111010100111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC3D2; }

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

 H1.HeaderClassName
 {
   color: #EEC3D2;
 }
 .AnyTagClassName
 {
   color: #EEC3D2;
 }
</style>
background-color css

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

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

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

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

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

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