Html Css Color HEX #DE98B4 Kobi

📋 copy color: '#DE98B4'

red 222 ◦ green 152 ◦ blue 180

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

Shades of Kobi #DE98B4

Tints of Kobi #DE98B4

RGB

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

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

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

R = 40.07%
G = 27.44%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DE98B4 (or 0xDE98B4) is known color: Kobi. HEX triplet: DE, 98 and B4. RGB value is (222,152,180). Sum of RGB (Red+Green+Blue) = 222+152+180=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DE98B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE98B4 is #21674B. Grayscale: #B0B0B0. Windows color (decimal): -2189132 or 11835614. OLE color: 11835614.

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

Color convert

RGB 222 152 180 -
CMYK 0 0.32 0.19 0.13
HSL 336º 0.51% 0.73% -
HSV(B) 336º 0.32% 0.87% -
XYZ 49.59 41.28 48.53 -
YUV 176.12 130.19 160.72 -
System Red Green Blue C M Y K H S L
Decimal 222 152 180 0 0.32 0.19 0.13 336 0.51 0.73
Hex DE 98 B4 0 20 13 D 150 33 49
Octal 336 230 264 0 40 23 15 520 63 111
Binary 11011110 10011000 10110100 0 100000 10011 1101 101010000 110011 1001001

Color Harmonies of #DE98B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE98B4

Black with #DE98B4

Text Example


Text Example

White with #DE98B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE98B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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