#CDDCAD

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

Shades of Reef #CDDCAD

Tints of Reef #CDDCAD

Color information

#CDDCAD (or 0xCDDCAD) is unknown color: approx Reef. HEX triplet: CD, DC and AD. RGB value is (205,220,173). Sum of RGB (Red+Green+Blue) = 205+220+173=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDCAD is #322352. Grayscale: #D2D2D2. Windows color (decimal): -3285843 or 11394253. OLE color: 11394253.

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

Color convert

RGB205220173-
CMYK0.0700.210.14
HSL79.15º40.17%77.06%-
HSV(B)79.15º21.36%86.27%-
XYZ58.3167.1849.43-
YUV210.16107.03124.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.28%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 173 (67.97% from 255) = 28.93%
R=34.28%
G=36.79%
B=28.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201730.0700.210.1479.1540.1777.06
HexCDDCAD7015E4f284d
Octal31533425570251611750115
Binary110011011101110010101101111010101111010011111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCAD; }

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

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

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

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

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

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

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

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