#CDDCAB

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

Shades of Reef #CDDCAB

Tints of Reef #CDDCAB

Color information

#CDDCAB (or 0xCDDCAB) is unknown color: approx Reef. HEX triplet: CD, DC and AB. RGB value is (205,220,171). Sum of RGB (Red+Green+Blue) = 205+220+171=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDCAB is #322354. Grayscale: #D2D2D2. Windows color (decimal): -3285845 or 11263181. OLE color: 11263181.

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

Color convert

RGB205220171-
CMYK0.0700.220.14
HSL78.37º41.18%76.67%-
HSV(B)78.37º22.27%86.27%-
XYZ58.1267.1148.42-
YUV209.93106.03124.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.40%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=34.40%
G=36.91%
B=28.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201710.0700.220.1478.3741.1876.67
HexCDDCAB7016E4e294d
Octal31533425370261611651115
Binary110011011101110010101011111010110111010011101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCAB; }

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

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

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

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

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

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

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

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