Html Css Color HEX #D690AE Kobi

📋 copy color: '#D690AE'

red 214 ◦ green 144 ◦ blue 174

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

Shades of Kobi #D690AE

Tints of Kobi #D690AE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.07%

 BLUE value IS 174 (68.36% from 255) = 32.71%

R = 40.23%
G = 27.07%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D690AE (or 0xD690AE) is known color: Kobi. HEX triplet: D6, 90 and AE. RGB value is (214,144,174). Sum of RGB (Red+Green+Blue) = 214+144+174=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D690AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D690AE is #296F51. Grayscale: #A8A8A8. Windows color (decimal): -2715474 or 11440342. OLE color: 11440342.

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

Color convert

RGB 214 144 174 -
CMYK 0 0.33 0.19 0.16
HSL 334.29º 0.46% 0.7% -
HSV(B) 334.29º 0.33% 0.84% -
XYZ 45.34 37.3 44.85 -
YUV 168.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 214 144 174 0 0.33 0.19 0.16 334.29 0.46 0.7
Hex D6 90 AE 0 21 13 10 14E 2E 46
Octal 326 220 256 0 41 23 20 516 56 106
Binary 11010110 10010000 10101110 0 100001 10011 10000 101001110 101110 1000110

Color Harmonies of #D690AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D690AE

Black with #D690AE

Text Example


Text Example

White with #D690AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D690AE; }

 p { color: rgb(214,144,174); }

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

background-color css

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

 a { background-color: rgb(214,144,174); }

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

border-color css

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

 span { border-color: rgb(214,144,174); }

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