Html Css Color HEX #D698B1 Kobi

📋 copy color: '#D698B1'

red 214 ◦ green 152 ◦ blue 177

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

Shades of Kobi #D698B1

Tints of Kobi #D698B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.6%

R = 39.41%
G = 27.99%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D698B1 (or 0xD698B1) is known color: Kobi. HEX triplet: D6, 98 and B1. RGB value is (214,152,177). Sum of RGB (Red+Green+Blue) = 214+152+177=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D698B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D698B1 is #29674E. Grayscale: #ADADAD. Windows color (decimal): -2713423 or 11638998. OLE color: 11638998.

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

Color convert

RGB 214 152 177 -
CMYK 0 0.29 0.17 0.16
HSL 335.81º 0.43% 0.72% -
HSV(B) 335.81º 0.29% 0.84% -
XYZ 46.9 39.93 46.83 -
YUV 173.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 214 152 177 0 0.29 0.17 0.16 335.81 0.43 0.72
Hex D6 98 B1 0 1D 11 10 150 2B 48
Octal 326 230 261 0 35 21 20 520 53 110
Binary 11010110 10011000 10110001 0 11101 10001 10000 101010000 101011 1001000

Color Harmonies of #D698B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698B1

Black with #D698B1

Text Example


Text Example

White with #D698B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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