Html Css Color HEX #D09EB0 Kobi

📋 copy color: '#D09EB0'

red 208 ◦ green 158 ◦ blue 176

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

Shades of Kobi #D09EB0

Tints of Kobi #D09EB0

RGB

 RED value IS 208 (81.64% from 255) = 38.38%

 GREEN value IS 158 (62.11% from 255) = 29.15%

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

R = 38.38%
G = 29.15%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D09EB0 (or 0xD09EB0) is known color: Kobi. HEX triplet: D0, 9E and B0. RGB value is (208,158,176). Sum of RGB (Red+Green+Blue) = 208+158+176=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D09EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09EB0 is #2F614F. Grayscale: #AEAEAE. Windows color (decimal): -3105104 or 11574992. OLE color: 11574992.

HSL color Cylindrical-coordinate representation of color #D09EB0: hue angle of 338.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09EB0 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 158 176 -
CMYK 0 0.24 0.15 0.18
HSL 338.4º 0.35% 0.72% -
HSV(B) 338.4º 0.24% 0.82% -
XYZ 46.08 41 46.56 -
YUV 175 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 208 158 176 0 0.24 0.15 0.18 338.4 0.35 0.72
Hex D0 9E B0 0 18 F 12 152 23 48
Octal 320 236 260 0 30 17 22 522 43 110
Binary 11010000 10011110 10110000 0 11000 1111 10010 101010010 100011 1001000

Color Harmonies of #D09EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09EB0

Black with #D09EB0

Text Example


Text Example

White with #D09EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09EB0; }

 p { color: rgb(208,158,176); }

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

background-color css

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

 a { background-color: rgb(208,158,176); }

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

border-color css

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

 span { border-color: rgb(208,158,176); }

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