Html Css Color HEX #D698B3 Kobi

📋 copy color: '#D698B3'

red 214 ◦ green 152 ◦ blue 179

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

Shades of Kobi #D698B3

Tints of Kobi #D698B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.84%

R = 39.27%
G = 27.89%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D698B3 (or 0xD698B3) is known color: Kobi. HEX triplet: D6, 98 and B3. RGB value is (214,152,179). Sum of RGB (Red+Green+Blue) = 214+152+179=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D698B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D698B3 is #29674C. Grayscale: #ADADAD. Windows color (decimal): -2713421 or 11770070. OLE color: 11770070.

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

Color convert

RGB 214 152 179 -
CMYK 0 0.29 0.16 0.16
HSL 333.87º 0.43% 0.72% -
HSV(B) 333.87º 0.29% 0.84% -
XYZ 47.1 40.01 47.89 -
YUV 173.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 214 152 179 0 0.29 0.16 0.16 333.87 0.43 0.72
Hex D6 98 B3 0 1D 10 10 14E 2B 48
Octal 326 230 263 0 35 20 20 516 53 110
Binary 11010110 10011000 10110011 0 11101 10000 10000 101001110 101011 1001000

Color Harmonies of #D698B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D698B3

Black with #D698B3

Text Example


Text Example

White with #D698B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D698B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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