Html Css Color HEX #DE7EAD Kobi

📋 copy color: '#DE7EAD'

red 222 ◦ green 126 ◦ blue 173

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

Shades of Kobi #DE7EAD

Tints of Kobi #DE7EAD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.18%

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

R = 42.61%
G = 24.18%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DE7EAD (or 0xDE7EAD) is known color: Kobi. HEX triplet: DE, 7E and AD. RGB value is (222,126,173). Sum of RGB (Red+Green+Blue) = 222+126+173=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7EAD is #218152. Grayscale: #9F9F9F. Windows color (decimal): -2195795 or 11370206. OLE color: 11370206.

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

Color convert

RGB 222 126 173 -
CMYK 0 0.43 0.22 0.13
HSL 330.63º 0.59% 0.68% -
HSV(B) 330.63º 0.43% 0.87% -
XYZ 45.13 33.47 43.62 -
YUV 160.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 222 126 173 0 0.43 0.22 0.13 330.63 0.59 0.68
Hex DE 7E AD 0 2B 16 D 14B 3B 44
Octal 336 176 255 0 53 26 15 513 73 104
Binary 11011110 1111110 10101101 0 101011 10110 1101 101001011 111011 1000100

Color Harmonies of #DE7EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7EAD

Black with #DE7EAD

Text Example


Text Example

White with #DE7EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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