Html Css Color HEX #D29EB4 Kobi

📋 copy color: '#D29EB4'

red 210 ◦ green 158 ◦ blue 180

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

Shades of Kobi #D29EB4

Tints of Kobi #D29EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.85%

R = 38.32%
G = 28.83%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D29EB4 (or 0xD29EB4) is known color: Kobi. HEX triplet: D2, 9E and B4. RGB value is (210,158,180). Sum of RGB (Red+Green+Blue) = 210+158+180=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D29EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29EB4 is #2D614B. Grayscale: #B0B0B0. Windows color (decimal): -2974028 or 11837138. OLE color: 11837138.

HSL color Cylindrical-coordinate representation of color #D29EB4: hue angle of 334.62º 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 #D29EB4 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 158 180 -
CMYK 0 0.25 0.14 0.18
HSL 334.62º 0.37% 0.72% -
HSV(B) 334.62º 0.25% 0.82% -
XYZ 47.04 41.45 48.7 -
YUV 176.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 210 158 180 0 0.25 0.14 0.18 334.62 0.37 0.72
Hex D2 9E B4 0 19 E 12 14F 25 48
Octal 322 236 264 0 31 16 22 517 45 110
Binary 11010010 10011110 10110100 0 11001 1110 10010 101001111 100101 1001000

Color Harmonies of #D29EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29EB4

Black with #D29EB4

Text Example


Text Example

White with #D29EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29EB4; }

 p { color: rgb(210,158,180); }

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

background-color css

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

 a { background-color: rgb(210,158,180); }

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

border-color css

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

 span { border-color: rgb(210,158,180); }

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