Html Css Color HEX #D68AAB Kobi

📋 copy color: '#D68AAB'

red 214 ◦ green 138 ◦ blue 171

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

Shades of Kobi #D68AAB

Tints of Kobi #D68AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.39%

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

R = 40.92%
G = 26.39%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D68AAB (or 0xD68AAB) is known color: Kobi. HEX triplet: D6, 8A and AB. RGB value is (214,138,171). Sum of RGB (Red+Green+Blue) = 214+138+171=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D68AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68AAB is #297554. Grayscale: #A4A4A4. Windows color (decimal): -2717013 or 11242198. OLE color: 11242198.

HSL color Cylindrical-coordinate representation of color #D68AAB: hue angle of 333.95º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68AAB is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 138 171 -
CMYK 0 0.36 0.20 0.16
HSL 333.95º 0.48% 0.69% -
HSV(B) 333.95º 0.36% 0.84% -
XYZ 44.17 35.41 43.04 -
YUV 164.49 131.68 163.32 -
System Red Green Blue C M Y K H S L
Decimal 214 138 171 0 0.36 0.20 0.16 333.95 0.48 0.69
Hex D6 8A AB 0 24 14 10 14E 30 45
Octal 326 212 253 0 44 24 20 516 60 105
Binary 11010110 10001010 10101011 0 100100 10100 10000 101001110 110000 1000101

Color Harmonies of #D68AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68AAB

Black with #D68AAB

Text Example


Text Example

White with #D68AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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