#CCDAA1

Color #CCDAA1 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CCDAA1

Tints of Reef #CCDAA1

Color information

#CCDAA1 (or 0xCCDAA1) is unknown color: approx Reef. HEX triplet: CC, DA and A1. RGB value is (204,218,161). Sum of RGB (Red+Green+Blue) = 204+218+161=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDAA1 is #33255E. Grayscale: #CFCFCF. Windows color (decimal): -3351903 or 10607308. OLE color: 10607308.

HSL color Cylindrical-coordinate representation of color #CCDAA1: hue angle of 74.74º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCDAA1 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB204218161-
CMYK0.0600.260.15
HSL74.74º43.51%74.31%-
HSV(B)74.74º26.15%85.49%-
XYZ56.4165.5543.4-
YUV207.32101.86125.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 161 (63.28% from 255) = 27.62%
R=34.99%
G=37.39%
B=27.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042181610.0600.260.1574.7443.5174.31
HexCCDAA1601AF4b2c4a
Octal31433224160321711354112
Binary110011001101101010100001110011010111110010111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAA1; }

 p { color: rgb(204,218,161); }

 H1.HeaderClassName
 {
   color: #CCDAA1;
 }
 .AnyTagClassName
 {
   color: #CCDAA1;
 }
</style>
background-color css

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

 a { background-color: rgb(204,218,161); }

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

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

 span { border-color: rgb(204,218,161); }

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