Html Css Color HEX #DE99B4 Kobi

📋 copy color: '#DE99B4'

red 222 ◦ green 153 ◦ blue 180

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

Shades of Kobi #DE99B4

Tints of Kobi #DE99B4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.57%

 BLUE value IS 180 (70.7% from 255) = 32.43%

R = 40%
G = 27.57%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DE99B4 (or 0xDE99B4) is known color: Kobi. HEX triplet: DE, 99 and B4. RGB value is (222,153,180). Sum of RGB (Red+Green+Blue) = 222+153+180=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99B4 is #21664B. Grayscale: #B0B0B0. Windows color (decimal): -2188876 or 11835870. OLE color: 11835870.

HSL color Cylindrical-coordinate representation of color #DE99B4: hue angle of 336.52º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE99B4 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 153 180 -
CMYK 0 0.31 0.19 0.13
HSL 336.52º 0.51% 0.74% -
HSV(B) 336.52º 0.31% 0.87% -
XYZ 49.75 41.61 48.59 -
YUV 176.71 129.86 160.3 -
System Red Green Blue C M Y K H S L
Decimal 222 153 180 0 0.31 0.19 0.13 336.52 0.51 0.74
Hex DE 99 B4 0 1F 13 D 151 33 4A
Octal 336 231 264 0 37 23 15 521 63 112
Binary 11011110 10011001 10110100 0 11111 10011 1101 101010001 110011 1001010

Color Harmonies of #DE99B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE99B4

Black with #DE99B4

Text Example


Text Example

White with #DE99B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE99B4; }

 p { color: rgb(222,153,180); }

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

background-color css

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

 a { background-color: rgb(222,153,180); }

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

border-color css

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

 span { border-color: rgb(222,153,180); }

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