Html Css Color HEX #D29DB0 Kobi

📋 copy color: '#D29DB0'

red 210 ◦ green 157 ◦ blue 176

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

Shades of Kobi #D29DB0

Tints of Kobi #D29DB0

RGB

 RED value IS 210 (82.42% from 255) = 38.67%

 GREEN value IS 157 (61.72% from 255) = 28.91%

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

R = 38.67%
G = 28.91%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D29DB0 (or 0xD29DB0) is known color: Kobi. HEX triplet: D2, 9D and B0. RGB value is (210,157,176). Sum of RGB (Red+Green+Blue) = 210+157+176=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D29DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29DB0 is #2D624F. Grayscale: #AEAEAE. Windows color (decimal): -2974288 or 11574738. OLE color: 11574738.

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

Color convert

RGB 210 157 176 -
CMYK 0 0.25 0.16 0.18
HSL 338.49º 0.37% 0.72% -
HSV(B) 338.49º 0.25% 0.82% -
XYZ 46.47 40.95 46.53 -
YUV 175.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 210 157 176 0 0.25 0.16 0.18 338.49 0.37 0.72
Hex D2 9D B0 0 19 10 12 152 25 48
Octal 322 235 260 0 31 20 22 522 45 110
Binary 11010010 10011101 10110000 0 11001 10000 10010 101010010 100101 1001000

Color Harmonies of #D29DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29DB0

Black with #D29DB0

Text Example


Text Example

White with #D29DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29DB0; }

 p { color: rgb(210,157,176); }

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

background-color css

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

 a { background-color: rgb(210,157,176); }

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

border-color css

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

 span { border-color: rgb(210,157,176); }

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