Html Css Color HEX #D696A4 Kobi

📋 copy color: '#D696A4'

red 214 ◦ green 150 ◦ blue 164

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

Shades of Kobi #D696A4

Tints of Kobi #D696A4

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.41%

 BLUE value IS 164 (64.45% from 255) = 31.06%

R = 40.53%
G = 28.41%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D696A4 (or 0xD696A4) is known color: Kobi. HEX triplet: D6, 96 and A4. RGB value is (214,150,164). Sum of RGB (Red+Green+Blue) = 214+150+164=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D696A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D696A4 is #29695B. Grayscale: #AAAAAA. Windows color (decimal): -2713948 or 10786518. OLE color: 10786518.

HSL color Cylindrical-coordinate representation of color #D696A4: hue angle of 346.88º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696A4 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 164 -
CMYK 0 0.30 0.23 0.16
HSL 346.88º 0.44% 0.71% -
HSV(B) 346.88º 0.3% 0.84% -
XYZ 45.34 38.79 40.22 -
YUV 170.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 214 150 164 0 0.30 0.23 0.16 346.88 0.44 0.71
Hex D6 96 A4 0 1E 17 10 15B 2C 47
Octal 326 226 244 0 36 27 20 533 54 107
Binary 11010110 10010110 10100100 0 11110 10111 10000 101011011 101100 1000111

Color Harmonies of #D696A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696A4

Black with #D696A4

Text Example


Text Example

White with #D696A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696A4; }

 p { color: rgb(214,150,164); }

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

background-color css

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

 a { background-color: rgb(214,150,164); }

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

border-color css

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

 span { border-color: rgb(214,150,164); }

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