#CCDAA5

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

Shades of Reef #CCDAA5

Tints of Reef #CCDAA5

Color information

#CCDAA5 (or 0xCCDAA5) is unknown color: approx Reef. HEX triplet: CC, DA and A5. RGB value is (204,218,165). Sum of RGB (Red+Green+Blue) = 204+218+165=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 165 (64.84% from 255 or 28.11% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDAA5 is #33255A. Grayscale: #CFCFCF. Windows color (decimal): -3351899 or 10869452. OLE color: 10869452.

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

Color convert

RGB204218165-
CMYK0.0600.240.15
HSL75.85º41.73%75.1%-
HSV(B)75.85º24.31%85.49%-
XYZ56.7665.745.29-
YUV207.77103.86125.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.75%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 165 (64.84% from 255) = 28.11%
R=34.75%
G=37.14%
B=28.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042181650.0600.240.1575.8541.7375.1
HexCCDAA56018F4c2a4b
Octal31433224560301711452113
Binary110011001101101010100101110011000111110011001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAA5; }

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

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

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

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

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

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

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

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