#CDDC9E

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

Shades of Reef #CDDC9E

Tints of Reef #CDDC9E

Color information

#CDDC9E (or 0xCDDC9E) is unknown color: approx Reef. HEX triplet: CD, DC and 9E. RGB value is (205,220,158). Sum of RGB (Red+Green+Blue) = 205+220+158=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDC9E is #322361. Grayscale: #D0D0D0. Windows color (decimal): -3285858 or 10411213. OLE color: 10411213.

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

Color convert

RGB205220158-
CMYK0.0700.280.14
HSL74.52º46.97%74.12%-
HSV(B)74.52º28.18%86.27%-
XYZ56.9466.6342.21-
YUV208.4599.53125.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.16%
GREEN value IS 220 (86.33% from 255) = 37.74%
BLUE value IS 158 (62.11% from 255) = 27.10%
R=35.16%
G=37.74%
B=27.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201580.0700.280.1474.5246.9774.12
HexCDDC9E701CE4b2f4a
Octal31533423670341611357112
Binary110011011101110010011110111011100111010010111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDC9E; }

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

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

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

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

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

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

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

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