Html Css Color HEX #D69AAB Kobi

📋 copy color: '#D69AAB'

red 214 ◦ green 154 ◦ blue 171

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

Shades of Kobi #D69AAB

Tints of Kobi #D69AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.73%

R = 39.7%
G = 28.57%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D69AAB (or 0xD69AAB) is known color: Kobi. HEX triplet: D6, 9A and AB. RGB value is (214,154,171). Sum of RGB (Red+Green+Blue) = 214+154+171=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D69AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69AAB is #296554. Grayscale: #ADADAD. Windows color (decimal): -2712917 or 11246294. OLE color: 11246294.

HSL color Cylindrical-coordinate representation of color #D69AAB: hue angle of 343º 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 #D69AAB is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 154 171 -
CMYK 0 0.28 0.20 0.16
HSL 343º 0.42% 0.72% -
HSV(B) 343º 0.28% 0.84% -
XYZ 46.64 40.35 43.86 -
YUV 173.88 126.38 156.62 -
System Red Green Blue C M Y K H S L
Decimal 214 154 171 0 0.28 0.20 0.16 343 0.42 0.72
Hex D6 9A AB 0 1C 14 10 157 2A 48
Octal 326 232 253 0 34 24 20 527 52 110
Binary 11010110 10011010 10101011 0 11100 10100 10000 101010111 101010 1001000

Color Harmonies of #D69AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69AAB

Black with #D69AAB

Text Example


Text Example

White with #D69AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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