Html Css Color HEX #D69EAD Kobi

📋 copy color: '#D69EAD'

red 214 ◦ green 158 ◦ blue 173

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

Shades of Kobi #D69EAD

Tints of Kobi #D69EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.74%

R = 39.27%
G = 28.99%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D69EAD (or 0xD69EAD) is known color: Kobi. HEX triplet: D6, 9E and AD. RGB value is (214,158,173). Sum of RGB (Red+Green+Blue) = 214+158+173=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D69EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69EAD is #296152. Grayscale: #B0B0B0. Windows color (decimal): -2711891 or 11378390. OLE color: 11378390.

HSL color Cylindrical-coordinate representation of color #D69EAD: hue angle of 343.93º 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 #D69EAD is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 158 173 -
CMYK 0 0.26 0.19 0.16
HSL 343.93º 0.41% 0.73% -
HSV(B) 343.93º 0.26% 0.84% -
XYZ 47.5 41.77 45.09 -
YUV 176.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 214 158 173 0 0.26 0.19 0.16 343.93 0.41 0.73
Hex D6 9E AD 0 1A 13 10 158 29 49
Octal 326 236 255 0 32 23 20 530 51 111
Binary 11010110 10011110 10101101 0 11010 10011 10000 101011000 101001 1001001

Color Harmonies of #D69EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69EAD

Black with #D69EAD

Text Example


Text Example

White with #D69EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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