Html Css Color HEX #D69AAD Kobi

📋 copy color: '#D69AAD'

red 214 ◦ green 154 ◦ blue 173

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

Shades of Kobi #D69AAD

Tints of Kobi #D69AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.47%

 BLUE value IS 173 (67.97% from 255) = 31.98%

R = 39.56%
G = 28.47%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D69AAD (or 0xD69AAD) is known color: Kobi. HEX triplet: D6, 9A and AD. RGB value is (214,154,173). Sum of RGB (Red+Green+Blue) = 214+154+173=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D69AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69AAD is #296552. Grayscale: #AEAEAE. Windows color (decimal): -2712915 or 11377366. OLE color: 11377366.

HSL color Cylindrical-coordinate representation of color #D69AAD: hue angle of 341º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69AAD is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 173 -
CMYK 0 0.28 0.19 0.16
HSL 341º 0.42% 0.72% -
HSV(B) 341º 0.28% 0.84% -
XYZ 46.83 40.42 44.87 -
YUV 174.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 214 154 173 0 0.28 0.19 0.16 341 0.42 0.72
Hex D6 9A AD 0 1C 13 10 155 2A 48
Octal 326 232 255 0 34 23 20 525 52 110
Binary 11010110 10011010 10101101 0 11100 10011 10000 101010101 101010 1001000

Color Harmonies of #D69AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69AAD

Black with #D69AAD

Text Example


Text Example

White with #D69AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69AAD; }

 p { color: rgb(214,154,173); }

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

background-color css

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

 a { background-color: rgb(214,154,173); }

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

border-color css

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

 span { border-color: rgb(214,154,173); }

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