Html Css Color HEX #D693AB Kobi

📋 copy color: '#D693AB'

red 214 ◦ green 147 ◦ blue 171

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

Shades of Kobi #D693AB

Tints of Kobi #D693AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.63%

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

R = 40.23%
G = 27.63%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D693AB (or 0xD693AB) is known color: Kobi. HEX triplet: D6, 93 and AB. RGB value is (214,147,171). Sum of RGB (Red+Green+Blue) = 214+147+171=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D693AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D693AB is #296C54. Grayscale: #A9A9A9. Windows color (decimal): -2714709 or 11244502. OLE color: 11244502.

HSL color Cylindrical-coordinate representation of color #D693AB: hue angle of 338.51º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D693AB is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 147 171 -
CMYK 0 0.31 0.20 0.16
HSL 338.51º 0.45% 0.71% -
HSV(B) 338.51º 0.31% 0.84% -
XYZ 45.52 38.1 43.48 -
YUV 169.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 214 147 171 0 0.31 0.20 0.16 338.51 0.45 0.71
Hex D6 93 AB 0 1F 14 10 153 2D 47
Octal 326 223 253 0 37 24 20 523 55 107
Binary 11010110 10010011 10101011 0 11111 10100 10000 101010011 101101 1000111

Color Harmonies of #D693AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D693AB

Black with #D693AB

Text Example


Text Example

White with #D693AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D693AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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