Html Css Color HEX #D69AB4 Kobi

📋 copy color: '#D69AB4'

red 214 ◦ green 154 ◦ blue 180

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

Shades of Kobi #D69AB4

Tints of Kobi #D69AB4

RGB

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

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

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

R = 39.05%
G = 28.1%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D69AB4 (or 0xD69AB4) is known color: Kobi. HEX triplet: D6, 9A and B4. RGB value is (214,154,180). Sum of RGB (Red+Green+Blue) = 214+154+180=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D69AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69AB4 is #29654B. Grayscale: #AEAEAE. Windows color (decimal): -2712908 or 11836118. OLE color: 11836118.

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

Color convert

RGB 214 154 180 -
CMYK 0 0.28 0.16 0.16
HSL 334º 0.42% 0.72% -
HSV(B) 334º 0.28% 0.84% -
XYZ 47.53 40.7 48.53 -
YUV 174.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 214 154 180 0 0.28 0.16 0.16 334 0.42 0.72
Hex D6 9A B4 0 1C 10 10 14E 2A 48
Octal 326 232 264 0 34 20 20 516 52 110
Binary 11010110 10011010 10110100 0 11100 10000 10000 101001110 101010 1001000

Color Harmonies of #D69AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69AB4

Black with #D69AB4

Text Example


Text Example

White with #D69AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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