Html Css Color HEX #C9DFAA Reef

📋 copy color: '#C9DFAA'

red 201 ◦ green 223 ◦ blue 170

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

Shades of Reef #C9DFAA

Tints of Reef #C9DFAA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.54%

 BLUE value IS 170 (66.8% from 255) = 28.62%

R = 33.84%
G = 37.54%
B = 28.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#C9DFAA (or 0xC9DFAA) is known color: Reef. HEX triplet: C9, DF and AA. RGB value is (201,223,170). Sum of RGB (Red+Green+Blue) = 201+223+170=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DFAA is #362055. Grayscale: #D2D2D2. Windows color (decimal): -3547222 or 11198409. OLE color: 11198409.

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

Color convert

RGB 201 223 170 -
CMYK 0.10 0 0.24 0.13
HSL 84.91º 0.45% 0.77% -
HSV(B) 84.91º 0.24% 0.87% -
XYZ 57.73 68.1 48.13 -
YUV 210.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 201 223 170 0.10 0 0.24 0.13 84.91 0.45 0.77
Hex C9 DF AA A 0 18 D 55 2D 4D
Octal 311 337 252 12 0 30 15 125 55 115
Binary 11001001 11011111 10101010 1010 0 11000 1101 1010101 101101 1001101

Color Harmonies of #C9DFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DFAA

Black with #C9DFAA

Text Example


Text Example

White with #C9DFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DFAA; }

 p { color: rgb(201,223,170); }

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

background-color css

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

 a { background-color: rgb(201,223,170); }

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

border-color css

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

 span { border-color: rgb(201,223,170); }

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