Html Css Color HEX #D69EB2 Kobi

📋 copy color: '#D69EB2'

red 214 ◦ green 158 ◦ blue 178

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

Shades of Kobi #D69EB2

Tints of Kobi #D69EB2

RGB

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

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

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

R = 38.91%
G = 28.73%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D69EB2 (or 0xD69EB2) is known color: Kobi. HEX triplet: D6, 9E and B2. RGB value is (214,158,178). Sum of RGB (Red+Green+Blue) = 214+158+178=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D69EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69EB2 is #29614D. Grayscale: #B1B1B1. Windows color (decimal): -2711886 or 11706070. OLE color: 11706070.

HSL color Cylindrical-coordinate representation of color #D69EB2: hue angle of 338.57º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69EB2 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 158 178 -
CMYK 0 0.26 0.17 0.16
HSL 338.57º 0.41% 0.73% -
HSV(B) 338.57º 0.26% 0.84% -
XYZ 47.99 41.96 47.69 -
YUV 177.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 214 158 178 0 0.26 0.17 0.16 338.57 0.41 0.73
Hex D6 9E B2 0 1A 11 10 153 29 49
Octal 326 236 262 0 32 21 20 523 51 111
Binary 11010110 10011110 10110010 0 11010 10001 10000 101010011 101001 1001001

Color Harmonies of #D69EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69EB2

Black with #D69EB2

Text Example


Text Example

White with #D69EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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