Html Css Color HEX #A8DDB4 Fringy Flower

📋 copy color: '#A8DDB4'

red 168 ◦ green 221 ◦ blue 180

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

Shades of Fringy Flower #A8DDB4

Tints of Fringy Flower #A8DDB4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.84%

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

R = 29.53%
G = 38.84%
B = 31.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#A8DDB4 (or 0xA8DDB4) is known color: Fringy Flower. HEX triplet: A8, DD and B4. RGB value is (168,221,180). Sum of RGB (Red+Green+Blue) = 168+221+180=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDB4 is #57224B. Grayscale: #C8C8C8. Windows color (decimal): -5710412 or 11853224. OLE color: 11853224.

HSL color Cylindrical-coordinate representation of color #A8DDB4: hue angle of 133.58º degrees, saturation: 0.44, 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 #A8DDB4 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 180 -
CMYK 0.24 0 0.19 0.13
HSL 133.58º 0.44% 0.76% -
HSV(B) 133.58º 0.24% 0.87% -
XYZ 50.24 63.33 52.76 -
YUV 200.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 168 221 180 0.24 0 0.19 0.13 133.58 0.44 0.76
Hex A8 DD B4 18 0 13 D 86 2C 4C
Octal 250 335 264 30 0 23 15 206 54 114
Binary 10101000 11011101 10110100 11000 0 10011 1101 10000110 101100 1001100

Color Harmonies of #A8DDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDB4

Black with #A8DDB4

Text Example


Text Example

White with #A8DDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDB4; }

 p { color: rgb(168,221,180); }

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

background-color css

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

 a { background-color: rgb(168,221,180); }

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

border-color css

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

 span { border-color: rgb(168,221,180); }

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