Html Css Color HEX #D698AE Kobi

📋 copy color: '#D698AE'

red 214 ◦ green 152 ◦ blue 174

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

Shades of Kobi #D698AE

Tints of Kobi #D698AE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.15%

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

R = 39.63%
G = 28.15%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D698AE (or 0xD698AE) is known color: Kobi. HEX triplet: D6, 98 and AE. RGB value is (214,152,174). Sum of RGB (Red+Green+Blue) = 214+152+174=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D698AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D698AE is #296751. Grayscale: #ADADAD. Windows color (decimal): -2713426 or 11442390. OLE color: 11442390.

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

Color convert

RGB 214 152 174 -
CMYK 0 0.29 0.19 0.16
HSL 338.71º 0.43% 0.72% -
HSV(B) 338.71º 0.29% 0.84% -
XYZ 46.6 39.81 45.27 -
YUV 173.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 214 152 174 0 0.29 0.19 0.16 338.71 0.43 0.72
Hex D6 98 AE 0 1D 13 10 153 2B 48
Octal 326 230 256 0 35 23 20 523 53 110
Binary 11010110 10011000 10101110 0 11101 10011 10000 101010011 101011 1001000

Color Harmonies of #D698AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698AE

Black with #D698AE

Text Example


Text Example

White with #D698AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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