Html Css Color HEX #C9EAAD Reef

📋 copy color: '#C9EAAD'

red 201 ◦ green 234 ◦ blue 173

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

Shades of Reef #C9EAAD

Tints of Reef #C9EAAD

RGB

 RED value IS 201 (78.91% from 255) = 33.06%

 GREEN value IS 234 (91.8% from 255) = 38.49%

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

R = 33.06%
G = 38.49%
B = 28.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#C9EAAD (or 0xC9EAAD) is known color: Reef. HEX triplet: C9, EA and AD. RGB value is (201,234,173). Sum of RGB (Red+Green+Blue) = 201+234+173=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EAAD is #361552. Grayscale: #D9D9D9. Windows color (decimal): -3544403 or 11397833. OLE color: 11397833.

HSL color Cylindrical-coordinate representation of color #C9EAAD: hue angle of 92.46º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9EAAD is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 234 173 -
CMYK 0.14 0 0.26 0.08
HSL 92.46º 0.59% 0.8% -
HSV(B) 92.46º 0.26% 0.92% -
XYZ 61.05 74.28 50.65 -
YUV 217.18 103.07 116.46 -
System Red Green Blue C M Y K H S L
Decimal 201 234 173 0.14 0 0.26 0.08 92.46 0.59 0.8
Hex C9 EA AD E 0 1A 8 5C 3B 50
Octal 311 352 255 16 0 32 10 134 73 120
Binary 11001001 11101010 10101101 1110 0 11010 1000 1011100 111011 1010000

Color Harmonies of #C9EAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EAAD

Black with #C9EAAD

Text Example


Text Example

White with #C9EAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EAAD; }

 p { color: rgb(201,234,173); }

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

background-color css

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

 a { background-color: rgb(201,234,173); }

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

border-color css

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

 span { border-color: rgb(201,234,173); }

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