#CDDDA3

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

Shades of Reef #CDDDA3

Tints of Reef #CDDDA3

Color information

#CDDDA3 (or 0xCDDDA3) is unknown color: approx Reef. HEX triplet: CD, DD and A3. RGB value is (205,221,163). Sum of RGB (Red+Green+Blue) = 205+221+163=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDA3 is #32225C. Grayscale: #D1D1D1. Windows color (decimal): -3285597 or 10739149. OLE color: 10739149.

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

Color convert

RGB205221163-
CMYK0.0700.260.13
HSL76.55º46.03%75.29%-
HSV(B)76.55º26.24%86.67%-
XYZ57.6467.3444.61-
YUV209.6101.7124.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.80%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 163 (64.06% from 255) = 27.67%
R=34.80%
G=37.52%
B=27.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211630.0700.260.1376.5546.0375.29
HexCDDDA3701AD4d2e4b
Octal31533524370321511556113
Binary110011011101110110100011111011010110110011011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDA3; }

 p { color: rgb(205,221,163); }

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

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

 a { background-color: rgb(205,221,163); }

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

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

 span { border-color: rgb(205,221,163); }

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