#cddf9f

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

Shades of Reef #CDDF9F

Tints of Reef #CDDF9F

Color information

#CDDF9F (or 0xCDDF9F) is unknown color: approx Reef. HEX triplet: CD, DF and 9F. RGB value is (205,223,159). Sum of RGB (Red+Green+Blue) = 205+223+159=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDF9F is #322060. Grayscale: #D2D2D2. Windows color (decimal): -3285089 or 10477517. OLE color: 10477517.

HSL color Cylindrical-coordinate representation of color #CDDF9F: hue angle of 76.88º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDDF9F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB205223159-
CMYK0.0800.290.13
HSL76.88º50%74.9%-
HSV(B)76.88º28.7%87.45%-
XYZ57.8268.2642.93-
YUV210.3299.04124.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.92%
GREEN value IS 223 (87.5% from 255) = 37.99%
BLUE value IS 159 (62.5% from 255) = 27.09%
R=34.92%
G=37.99%
B=27.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052231590.0800.290.1376.885074.9
HexCDDF9F801DD4d324b
Octal315337237100351511562113
Binary1100110111011111100111111000011101110110011011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cddf9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cddf9f; }

 p { color: rgb(205,223,159); }

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

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

 a { background-color: rgb(205,223,159); }

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

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

 span { border-color: rgb(205,223,159); }

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