Html Css Color HEX #D698AF Kobi

📋 copy color: '#D698AF'

red 214 ◦ green 152 ◦ blue 175

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

Shades of Kobi #D698AF

Tints of Kobi #D698AF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.1%

 BLUE value IS 175 (68.75% from 255) = 32.35%

R = 39.56%
G = 28.1%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D698AF (or 0xD698AF) is known color: Kobi. HEX triplet: D6, 98 and AF. RGB value is (214,152,175). Sum of RGB (Red+Green+Blue) = 214+152+175=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D698AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D698AF is #296750. Grayscale: #ADADAD. Windows color (decimal): -2713425 or 11507926. OLE color: 11507926.

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

Color convert

RGB 214 152 175 -
CMYK 0 0.29 0.18 0.16
HSL 337.74º 0.43% 0.72% -
HSV(B) 337.74º 0.29% 0.84% -
XYZ 46.7 39.85 45.79 -
YUV 173.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 214 152 175 0 0.29 0.18 0.16 337.74 0.43 0.72
Hex D6 98 AF 0 1D 12 10 152 2B 48
Octal 326 230 257 0 35 22 20 522 53 110
Binary 11010110 10011000 10101111 0 11101 10010 10000 101010010 101011 1001000

Color Harmonies of #D698AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698AF

Black with #D698AF

Text Example


Text Example

White with #D698AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698AF; }

 p { color: rgb(214,152,175); }

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

background-color css

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

 a { background-color: rgb(214,152,175); }

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

border-color css

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

 span { border-color: rgb(214,152,175); }

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