#CDDC9B

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

Shades of Reef #CDDC9B

Tints of Reef #CDDC9B

Color information

#CDDC9B (or 0xCDDC9B) is unknown color: approx Reef. HEX triplet: CD, DC and 9B. RGB value is (205,220,155). Sum of RGB (Red+Green+Blue) = 205+220+155=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDC9B is #322364. Grayscale: #D0D0D0. Windows color (decimal): -3285861 or 10214605. OLE color: 10214605.

HSL color Cylindrical-coordinate representation of color #CDDC9B: hue angle of 73.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDDC9B is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB205220155-
CMYK0.0700.300.14
HSL73.85º48.15%73.53%-
HSV(B)73.85º29.55%86.27%-
XYZ56.6966.5340.86-
YUV208.198.03125.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 155 (60.94% from 255) = 26.72%
R=35.34%
G=37.93%
B=26.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201550.0700.300.1473.8548.1573.53
HexCDDC9B701EE4a304a
Octal31533423370361611260112
Binary110011011101110010011011111011110111010010101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDC9B; }

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

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

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

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

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

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

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

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