Html Css Color HEX #D698B2 Kobi

📋 copy color: '#D698B2'

red 214 ◦ green 152 ◦ blue 178

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

Shades of Kobi #D698B2

Tints of Kobi #D698B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.72%

R = 39.34%
G = 27.94%
B = 32.72%

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

#D698B2 (or 0xD698B2) is known color: Kobi. HEX triplet: D6, 98 and B2. RGB value is (214,152,178). Sum of RGB (Red+Green+Blue) = 214+152+178=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D698B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D698B2 is #29674D. Grayscale: #ADADAD. Windows color (decimal): -2713422 or 11704534. OLE color: 11704534.

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

Color convert

RGB 214 152 178 -
CMYK 0 0.29 0.17 0.16
HSL 334.84º 0.43% 0.72% -
HSV(B) 334.84º 0.29% 0.84% -
XYZ 47 39.97 47.36 -
YUV 173.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 214 152 178 0 0.29 0.17 0.16 334.84 0.43 0.72
Hex D6 98 B2 0 1D 11 10 14F 2B 48
Octal 326 230 262 0 35 21 20 517 53 110
Binary 11010110 10011000 10110010 0 11101 10001 10000 101001111 101011 1001000

Color Harmonies of #D698B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698B2

Black with #D698B2

Text Example


Text Example

White with #D698B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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