Html Css Color HEX #DE9FAD Kobi

📋 copy color: '#DE9FAD'

red 222 ◦ green 159 ◦ blue 173

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

Shades of Kobi #DE9FAD

Tints of Kobi #DE9FAD

RGB

 RED value IS 222 (87.11% from 255) = 40.07%

 GREEN value IS 159 (62.5% from 255) = 28.7%

 BLUE value IS 173 (67.97% from 255) = 31.23%

R = 40.07%
G = 28.7%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE9FAD (or 0xDE9FAD) is known color: Kobi. HEX triplet: DE, 9F and AD. RGB value is (222,159,173). Sum of RGB (Red+Green+Blue) = 222+159+173=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9FAD is #216052. Grayscale: #B3B3B3. Windows color (decimal): -2187347 or 11378654. OLE color: 11378654.

HSL color Cylindrical-coordinate representation of color #DE9FAD: hue angle of 346.67º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DE9FAD is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 159 173 -
CMYK 0 0.28 0.22 0.13
HSL 346.67º 0.49% 0.75% -
HSV(B) 346.67º 0.28% 0.87% -
XYZ 50.07 43.34 45.26 -
YUV 179.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 222 159 173 0 0.28 0.22 0.13 346.67 0.49 0.75
Hex DE 9F AD 0 1C 16 D 15B 31 4B
Octal 336 237 255 0 34 26 15 533 61 113
Binary 11011110 10011111 10101101 0 11100 10110 1101 101011011 110001 1001011

Color Harmonies of #DE9FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9FAD

Black with #DE9FAD

Text Example


Text Example

White with #DE9FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9FAD; }

 p { color: rgb(222,159,173); }

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

background-color css

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

 a { background-color: rgb(222,159,173); }

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

border-color css

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

 span { border-color: rgb(222,159,173); }

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