Html Css Color HEX #D699AB Kobi

📋 copy color: '#D699AB'

red 214 ◦ green 153 ◦ blue 171

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

Shades of Kobi #D699AB

Tints of Kobi #D699AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.78%

R = 39.78%
G = 28.44%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D699AB (or 0xD699AB) is known color: Kobi. HEX triplet: D6, 99 and AB. RGB value is (214,153,171). Sum of RGB (Red+Green+Blue) = 214+153+171=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D699AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D699AB is #296654. Grayscale: #ADADAD. Windows color (decimal): -2713173 or 11246038. OLE color: 11246038.

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

Color convert

RGB 214 153 171 -
CMYK 0 0.29 0.20 0.16
HSL 342.3º 0.43% 0.72% -
HSV(B) 342.3º 0.29% 0.84% -
XYZ 46.47 40.02 43.8 -
YUV 173.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 214 153 171 0 0.29 0.20 0.16 342.3 0.43 0.72
Hex D6 99 AB 0 1D 14 10 156 2B 48
Octal 326 231 253 0 35 24 20 526 53 110
Binary 11010110 10011001 10101011 0 11101 10100 10000 101010110 101011 1001000

Color Harmonies of #D699AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699AB

Black with #D699AB

Text Example


Text Example

White with #D699AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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