Html Css Color HEX #A8DEBC Fringy Flower

📋 copy color: '#A8DEBC'

red 168 ◦ green 222 ◦ blue 188

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

Shades of Fringy Flower #A8DEBC

Tints of Fringy Flower #A8DEBC

RGB

 RED value IS 168 (66.02% from 255) = 29.07%

 GREEN value IS 222 (87.11% from 255) = 38.41%

 BLUE value IS 188 (73.83% from 255) = 32.53%

R = 29.07%
G = 38.41%
B = 32.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#A8DEBC (or 0xA8DEBC) is known color: Fringy Flower. HEX triplet: A8, DE and BC. RGB value is (168,222,188). Sum of RGB (Red+Green+Blue) = 168+222+188=578 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.07% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DEBC is #572143. Grayscale: #CACACA. Windows color (decimal): -5710148 or 12377768. OLE color: 12377768.

HSL color Cylindrical-coordinate representation of color #A8DEBC: hue angle of 142.22º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DEBC is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 222 188 -
CMYK 0.24 0 0.15 0.13
HSL 142.22º 0.45% 0.76% -
HSV(B) 142.22º 0.24% 0.87% -
XYZ 51.35 64.2 57.26 -
YUV 201.98 120.11 103.76 -
System Red Green Blue C M Y K H S L
Decimal 168 222 188 0.24 0 0.15 0.13 142.22 0.45 0.76
Hex A8 DE BC 18 0 F D 8E 2D 4C
Octal 250 336 274 30 0 17 15 216 55 114
Binary 10101000 11011110 10111100 11000 0 1111 1101 10001110 101101 1001100

Color Harmonies of #A8DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DEBC

Black with #A8DEBC

Text Example


Text Example

White with #A8DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DEBC; }

 p { color: rgb(168,222,188); }

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

background-color css

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

 a { background-color: rgb(168,222,188); }

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

border-color css

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

 span { border-color: rgb(168,222,188); }

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