#CDDCA1

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

Shades of Reef #CDDCA1

Tints of Reef #CDDCA1

Color information

#CDDCA1 (or 0xCDDCA1) is unknown color: approx Reef. HEX triplet: CD, DC and A1. RGB value is (205,220,161). Sum of RGB (Red+Green+Blue) = 205+220+161=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDCA1 is #32235E. Grayscale: #D1D1D1. Windows color (decimal): -3285855 or 10607821. OLE color: 10607821.

HSL color Cylindrical-coordinate representation of color #CDDCA1: hue angle of 75.25º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDDCA1 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB205220161-
CMYK0.0700.270.14
HSL75.25º45.74%74.71%-
HSV(B)75.25º26.82%86.27%-
XYZ57.266.7443.59-
YUV208.79101.03125.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.98%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 161 (63.28% from 255) = 27.47%
R=34.98%
G=37.54%
B=27.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201610.0700.270.1475.2545.7474.71
HexCDDCA1701BE4b2e4b
Octal31533424170331611356113
Binary110011011101110010100001111011011111010010111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCA1; }

 p { color: rgb(205,220,161); }

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

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

 a { background-color: rgb(205,220,161); }

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

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

 span { border-color: rgb(205,220,161); }

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