#D697B4

Color #D697B4 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D697B4

Tints of Kobi #D697B4

Color information

#D697B4 (or 0xD697B4) is unknown color: approx Kobi. HEX triplet: D6, 97 and B4. RGB value is (214,151,180). Sum of RGB (Red+Green+Blue) = 214+151+180=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D697B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697B4 is #29684B. Grayscale: #ADADAD. Windows color (decimal): -2713676 or 11835350. OLE color: 11835350.

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

Color convert

RGB214151180-
CMYK00.290.160.16
HSL332.38º43.45%71.57%-
HSV(B)332.38º29.44%83.92%-
XYZ47.0439.7248.37-
YUV173.14131.87157.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=39.27%
G=27.71%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415118000.290.160.16332.3843.4571.57
HexD697B401D101014c2b48
Octal326227264035202051453110
Binary11010110100101111011010001110110000100001010011001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697B4; }

 p { color: rgb(214,151,180); }

 H1.HeaderClassName
 {
   color: #D697B4;
 }
 .AnyTagClassName
 {
   color: #D697B4;
 }
</style>
background-color css

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

 a { background-color: rgb(214,151,180); }

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

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

 span { border-color: rgb(214,151,180); }

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