Html Css Color HEX #D694AB Kobi

📋 copy color: '#D694AB'

red 214 ◦ green 148 ◦ blue 171

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

Shades of Kobi #D694AB

Tints of Kobi #D694AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.77%

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

R = 40.15%
G = 27.77%
B = 32.08%

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

#D694AB (or 0xD694AB) is known color: Kobi. HEX triplet: D6, 94 and AB. RGB value is (214,148,171). Sum of RGB (Red+Green+Blue) = 214+148+171=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D694AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D694AB is #296B54. Grayscale: #AAAAAA. Windows color (decimal): -2714453 or 11244758. OLE color: 11244758.

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

Color convert

RGB 214 148 171 -
CMYK 0 0.31 0.20 0.16
HSL 339.09º 0.45% 0.71% -
HSV(B) 339.09º 0.31% 0.84% -
XYZ 45.67 38.42 43.54 -
YUV 170.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 214 148 171 0 0.31 0.20 0.16 339.09 0.45 0.71
Hex D6 94 AB 0 1F 14 10 153 2D 47
Octal 326 224 253 0 37 24 20 523 55 107
Binary 11010110 10010100 10101011 0 11111 10100 10000 101010011 101101 1000111

Color Harmonies of #D694AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D694AB

Black with #D694AB

Text Example


Text Example

White with #D694AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D694AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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