Html Css Color HEX #CCDDAA Reef

📋 copy color: '#CCDDAA'

red 204 ◦ green 221 ◦ blue 170

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

Shades of Reef #CCDDAA

Tints of Reef #CCDDAA

RGB

 RED value IS 204 (80.08% from 255) = 34.29%

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

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

R = 34.29%
G = 37.14%
B = 28.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#CCDDAA (or 0xCCDDAA) is known color: Reef. HEX triplet: CC, DD and AA. RGB value is (204,221,170). Sum of RGB (Red+Green+Blue) = 204+221+170=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDDAA is #332255. Grayscale: #D2D2D2. Windows color (decimal): -3351126 or 11197900. OLE color: 11197900.

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

Color convert

RGB 204 221 170 -
CMYK 0.08 0 0.23 0.13
HSL 80º 0.43% 0.77% -
HSV(B) 80º 0.23% 0.87% -
XYZ 58.01 67.45 47.99 -
YUV 210.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 204 221 170 0.08 0 0.23 0.13 80 0.43 0.77
Hex CC DD AA 8 0 17 D 50 2B 4D
Octal 314 335 252 10 0 27 15 120 53 115
Binary 11001100 11011101 10101010 1000 0 10111 1101 1010000 101011 1001101

Color Harmonies of #CCDDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDAA

Black with #CCDDAA

Text Example


Text Example

White with #CCDDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDAA; }

 p { color: rgb(204,221,170); }

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

background-color css

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

 a { background-color: rgb(204,221,170); }

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

border-color css

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

 span { border-color: rgb(204,221,170); }

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