Html Css Color HEX #ECAFD6 Lavender Pink

📋 copy color: '#ECAFD6'

red 236 ◦ green 175 ◦ blue 214

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

Shades of Lavender Pink #ECAFD6

Tints of Lavender Pink #ECAFD6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28%

 BLUE value IS 214 (83.98% from 255) = 34.24%

R = 37.76%
G = 28%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECAFD6 (or 0xECAFD6) is known color: Lavender Pink. HEX triplet: EC, AF and D6. RGB value is (236,175,214). Sum of RGB (Red+Green+Blue) = 236+175+214=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAFD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAFD6 is #135029. Grayscale: #C5C5C5. Windows color (decimal): -1265706 or 14069740. OLE color: 14069740.

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

Color convert

RGB 236 175 214 -
CMYK 0 0.26 0.09 0.07
HSL 321.64º 0.62% 0.81% -
HSV(B) 321.64º 0.26% 0.93% -
XYZ 62.06 53.35 70.64 -
YUV 197.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 236 175 214 0 0.26 0.09 0.07 321.64 0.62 0.81
Hex EC AF D6 0 1A 9 7 142 3E 51
Octal 354 257 326 0 32 11 7 502 76 121
Binary 11101100 10101111 11010110 0 11010 1001 111 101000010 111110 1010001

Color Harmonies of #ECAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAFD6

Black with #ECAFD6

Text Example


Text Example

White with #ECAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAFD6; }

 p { color: rgb(236,175,214); }

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

background-color css

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

 a { background-color: rgb(236,175,214); }

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

border-color css

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

 span { border-color: rgb(236,175,214); }

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