Html Css Color HEX #ECCAD5 Prim

📋 copy color: '#ECCAD5'

red 236 ◦ green 202 ◦ blue 213

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

Shades of Prim #ECCAD5

Tints of Prim #ECCAD5

RGB

 RED value IS 236 (92.58% from 255) = 36.25%

 GREEN value IS 202 (79.3% from 255) = 31.03%

 BLUE value IS 213 (83.59% from 255) = 32.72%

R = 36.25%
G = 31.03%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ECCAD5 (or 0xECCAD5) is known color: Prim. HEX triplet: EC, CA and D5. RGB value is (236,202,213). Sum of RGB (Red+Green+Blue) = 236+202+213=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAD5 is #13352A. Grayscale: #D5D5D5. Windows color (decimal): -1258795 or 14011116. OLE color: 14011116.

HSL color Cylindrical-coordinate representation of color #ECCAD5: hue angle of 340.59º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCAD5 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 202 213 -
CMYK 0 0.14 0.10 0.07
HSL 340.59º 0.47% 0.86% -
HSV(B) 340.59º 0.14% 0.93% -
XYZ 67.72 64.88 71.9 -
YUV 213.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 236 202 213 0 0.14 0.10 0.07 340.59 0.47 0.86
Hex EC CA D5 0 E A 7 155 2F 56
Octal 354 312 325 0 16 12 7 525 57 126
Binary 11101100 11001010 11010101 0 1110 1010 111 101010101 101111 1010110

Color Harmonies of #ECCAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCAD5

Black with #ECCAD5

Text Example


Text Example

White with #ECCAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCAD5; }

 p { color: rgb(236,202,213); }

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

background-color css

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

 a { background-color: rgb(236,202,213); }

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

border-color css

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

 span { border-color: rgb(236,202,213); }

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