Html Css Color HEX #D69EA8 Careys Pink

📋 copy color: '#D69EA8'

red 214 ◦ green 158 ◦ blue 168

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

Shades of Careys Pink #D69EA8

Tints of Careys Pink #D69EA8

RGB

 RED value IS 214 (83.98% from 255) = 39.63%

 GREEN value IS 158 (62.11% from 255) = 29.26%

 BLUE value IS 168 (66.02% from 255) = 31.11%

R = 39.63%
G = 29.26%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D69EA8 (or 0xD69EA8) is known color: Careys Pink. HEX triplet: D6, 9E and A8. RGB value is (214,158,168). Sum of RGB (Red+Green+Blue) = 214+158+168=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D69EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69EA8 is #296157. Grayscale: #AFAFAF. Windows color (decimal): -2711896 or 11050710. OLE color: 11050710.

HSL color Cylindrical-coordinate representation of color #D69EA8: hue angle of 349.29º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69EA8 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 158 168 -
CMYK 0 0.26 0.21 0.16
HSL 349.29º 0.41% 0.73% -
HSV(B) 349.29º 0.26% 0.84% -
XYZ 47.03 41.58 42.59 -
YUV 175.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 214 158 168 0 0.26 0.21 0.16 349.29 0.41 0.73
Hex D6 9E A8 0 1A 15 10 15D 29 49
Octal 326 236 250 0 32 25 20 535 51 111
Binary 11010110 10011110 10101000 0 11010 10101 10000 101011101 101001 1001001

Color Harmonies of #D69EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69EA8

Black with #D69EA8

Text Example


Text Example

White with #D69EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69EA8; }

 p { color: rgb(214,158,168); }

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

background-color css

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

 a { background-color: rgb(214,158,168); }

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

border-color css

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

 span { border-color: rgb(214,158,168); }

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