Html Css Color HEX #D688B0 Kobi

📋 copy color: '#D688B0'

red 214 ◦ green 136 ◦ blue 176

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

Shades of Kobi #D688B0

Tints of Kobi #D688B0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.86%

 BLUE value IS 176 (69.14% from 255) = 33.46%

R = 40.68%
G = 25.86%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D688B0 (or 0xD688B0) is known color: Kobi. HEX triplet: D6, 88 and B0. RGB value is (214,136,176). Sum of RGB (Red+Green+Blue) = 214+136+176=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D688B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D688B0 is #29774F. Grayscale: #A3A3A3. Windows color (decimal): -2717520 or 11569366. OLE color: 11569366.

HSL color Cylindrical-coordinate representation of color #D688B0: hue angle of 329.23º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D688B0 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 136 176 -
CMYK 0 0.36 0.18 0.16
HSL 329.23º 0.49% 0.69% -
HSV(B) 329.23º 0.36% 0.84% -
XYZ 44.37 35.04 45.5 -
YUV 163.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 214 136 176 0 0.36 0.18 0.16 329.23 0.49 0.69
Hex D6 88 B0 0 24 12 10 149 31 45
Octal 326 210 260 0 44 22 20 511 61 105
Binary 11010110 10001000 10110000 0 100100 10010 10000 101001001 110001 1000101

Color Harmonies of #D688B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688B0

Black with #D688B0

Text Example


Text Example

White with #D688B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688B0; }

 p { color: rgb(214,136,176); }

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

background-color css

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

 a { background-color: rgb(214,136,176); }

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

border-color css

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

 span { border-color: rgb(214,136,176); }

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