Html Css Color HEX #D699A7 Kobi

📋 copy color: '#D699A7'

red 214 ◦ green 153 ◦ blue 167

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

Shades of Kobi #D699A7

Tints of Kobi #D699A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.27%

R = 40.07%
G = 28.65%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D699A7 (or 0xD699A7) is known color: Kobi. HEX triplet: D6, 99 and A7. RGB value is (214,153,167). Sum of RGB (Red+Green+Blue) = 214+153+167=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D699A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D699A7 is #296658. Grayscale: #ACACAC. Windows color (decimal): -2713177 or 10983894. OLE color: 10983894.

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

Color convert

RGB 214 153 167 -
CMYK 0 0.29 0.22 0.16
HSL 346.23º 0.43% 0.72% -
HSV(B) 346.23º 0.29% 0.84% -
XYZ 46.1 39.87 41.83 -
YUV 172.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 214 153 167 0 0.29 0.22 0.16 346.23 0.43 0.72
Hex D6 99 A7 0 1D 16 10 15A 2B 48
Octal 326 231 247 0 35 26 20 532 53 110
Binary 11010110 10011001 10100111 0 11101 10110 10000 101011010 101011 1001000

Color Harmonies of #D699A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699A7

Black with #D699A7

Text Example


Text Example

White with #D699A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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