#CDDDAD

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

Shades of Reef #CDDDAD

Tints of Reef #CDDDAD

Color information

#CDDDAD (or 0xCDDDAD) is unknown color: approx Reef. HEX triplet: CD, DD and AD. RGB value is (205,221,173). Sum of RGB (Red+Green+Blue) = 205+221+173=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDAD is #322252. Grayscale: #D2D2D2. Windows color (decimal): -3285587 or 11394509. OLE color: 11394509.

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

Color convert

RGB205221173-
CMYK0.0700.220.13
HSL80º41.38%77.25%-
HSV(B)80º21.72%86.67%-
XYZ58.5867.7149.52-
YUV210.74106.7123.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 173 (67.97% from 255) = 28.88%
R=34.22%
G=36.89%
B=28.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052211730.0700.220.138041.3877.25
HexCDDDAD7016D50294d
Octal31533525570261512051115
Binary110011011101110110101101111010110110110100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDAD; }

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

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

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

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

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

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

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

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