Html Css Color HEX #D699AD Kobi

📋 copy color: '#D699AD'

red 214 ◦ green 153 ◦ blue 173

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

Shades of Kobi #D699AD

Tints of Kobi #D699AD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.33%

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

R = 39.63%
G = 28.33%
B = 32.04%

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

#D699AD (or 0xD699AD) is known color: Kobi. HEX triplet: D6, 99 and AD. RGB value is (214,153,173). Sum of RGB (Red+Green+Blue) = 214+153+173=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D699AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D699AD is #296652. Grayscale: #ADADAD. Windows color (decimal): -2713171 or 11377110. OLE color: 11377110.

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

Color convert

RGB 214 153 173 -
CMYK 0 0.29 0.19 0.16
HSL 340.33º 0.43% 0.72% -
HSV(B) 340.33º 0.29% 0.84% -
XYZ 46.67 40.1 44.81 -
YUV 173.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 214 153 173 0 0.29 0.19 0.16 340.33 0.43 0.72
Hex D6 99 AD 0 1D 13 10 154 2B 48
Octal 326 231 255 0 35 23 20 524 53 110
Binary 11010110 10011001 10101101 0 11101 10011 10000 101010100 101011 1001000

Color Harmonies of #D699AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699AD

Black with #D699AD

Text Example


Text Example

White with #D699AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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