Html Css Color HEX #EEC3D0 Chantilly

📋 copy color: '#EEC3D0'

red 238 ◦ green 195 ◦ blue 208

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

Shades of Chantilly #EEC3D0

Tints of Chantilly #EEC3D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.45%

R = 37.13%
G = 30.42%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EEC3D0 (or 0xEEC3D0) is known color: Chantilly. HEX triplet: EE, C3 and D0. RGB value is (238,195,208). Sum of RGB (Red+Green+Blue) = 238+195+208=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 195 (76.56% from 255 or 30.42% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC3D0 is #113C2F. Grayscale: #D1D1D1. Windows color (decimal): -1129520 or 13681646. OLE color: 13681646.

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

Color convert

RGB 238 195 208 -
CMYK 0 0.18 0.13 0.07
HSL 341.86º 0.56% 0.85% -
HSV(B) 341.86º 0.18% 0.93% -
XYZ 66.16 61.76 68.11 -
YUV 209.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 238 195 208 0 0.18 0.13 0.07 341.86 0.56 0.85
Hex EE C3 D0 0 12 D 7 156 38 55
Octal 356 303 320 0 22 15 7 526 70 125
Binary 11101110 11000011 11010000 0 10010 1101 111 101010110 111000 1010101

Color Harmonies of #EEC3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC3D0

Black with #EEC3D0

Text Example


Text Example

White with #EEC3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC3D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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