Html Css Color HEX #D69EAF Kobi

📋 copy color: '#D69EAF'

red 214 ◦ green 158 ◦ blue 175

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

Shades of Kobi #D69EAF

Tints of Kobi #D69EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.99%

R = 39.12%
G = 28.88%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D69EAF (or 0xD69EAF) is known color: Kobi. HEX triplet: D6, 9E and AF. RGB value is (214,158,175). Sum of RGB (Red+Green+Blue) = 214+158+175=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D69EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69EAF is #296150. Grayscale: #B0B0B0. Windows color (decimal): -2711889 or 11509462. OLE color: 11509462.

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

Color convert

RGB 214 158 175 -
CMYK 0 0.26 0.18 0.16
HSL 341.79º 0.41% 0.73% -
HSV(B) 341.79º 0.26% 0.84% -
XYZ 47.7 41.85 46.12 -
YUV 176.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 214 158 175 0 0.26 0.18 0.16 341.79 0.41 0.73
Hex D6 9E AF 0 1A 12 10 156 29 49
Octal 326 236 257 0 32 22 20 526 51 111
Binary 11010110 10011110 10101111 0 11010 10010 10000 101010110 101001 1001001

Color Harmonies of #D69EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69EAF

Black with #D69EAF

Text Example


Text Example

White with #D69EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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