Html Css Color HEX #D697AD Kobi

📋 copy color: '#D697AD'

red 214 ◦ green 151 ◦ blue 173

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

Shades of Kobi #D697AD

Tints of Kobi #D697AD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.07%

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

R = 39.78%
G = 28.07%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D697AD (or 0xD697AD) is known color: Kobi. HEX triplet: D6, 97 and AD. RGB value is (214,151,173). Sum of RGB (Red+Green+Blue) = 214+151+173=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D697AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D697AD is #296852. Grayscale: #ACACAC. Windows color (decimal): -2713683 or 11376598. OLE color: 11376598.

HSL color Cylindrical-coordinate representation of color #D697AD: hue angle of 339.05º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D697AD is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 173 -
CMYK 0 0.29 0.19 0.16
HSL 339.05º 0.43% 0.72% -
HSV(B) 339.05º 0.29% 0.84% -
XYZ 46.34 39.45 44.71 -
YUV 172.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 214 151 173 0 0.29 0.19 0.16 339.05 0.43 0.72
Hex D6 97 AD 0 1D 13 10 153 2B 48
Octal 326 227 255 0 35 23 20 523 53 110
Binary 11010110 10010111 10101101 0 11101 10011 10000 101010011 101011 1001000

Color Harmonies of #D697AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697AD

Black with #D697AD

Text Example


Text Example

White with #D697AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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