#CDDFA6

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

Shades of Reef #CDDFA6

Tints of Reef #CDDFA6

Color information

#CDDFA6 (or 0xCDDFA6) is unknown color: approx Reef. HEX triplet: CD, DF and A6. RGB value is (205,223,166). Sum of RGB (Red+Green+Blue) = 205+223+166=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDFA6 is #322059. Grayscale: #D3D3D3. Windows color (decimal): -3285082 or 10936269. OLE color: 10936269.

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

Color convert

RGB205223166-
CMYK0.0800.260.13
HSL78.95º47.11%76.27%-
HSV(B)78.95º25.56%87.45%-
XYZ58.4568.5146.22-
YUV211.12102.54123.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 166 (65.23% from 255) = 27.95%
R=34.51%
G=37.54%
B=27.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052231660.0800.260.1378.9547.1176.27
HexCDDFA6801AD4f2f4c
Octal315337246100321511757114
Binary1100110111011111101001101000011010110110011111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFA6; }

 p { color: rgb(205,223,166); }

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

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

 a { background-color: rgb(205,223,166); }

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

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

 span { border-color: rgb(205,223,166); }

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