#CDDE93

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

Shades of Reef #CDDE93

Tints of Reef #CDDE93

Color information

#CDDE93 (or 0xCDDE93) is unknown color: approx Reef. HEX triplet: CD, DE and 93. RGB value is (205,222,147). Sum of RGB (Red+Green+Blue) = 205+222+147=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDE93 is #32216C. Grayscale: #D0D0D0. Windows color (decimal): -3285357 or 9690829. OLE color: 9690829.

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

Color convert

RGB205222147-
CMYK0.0800.340.13
HSL73.6º53.19%72.35%-
HSV(B)73.6º33.78%87.06%-
XYZ56.5667.3337.62-
YUV208.3793.37125.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 222 (87.11% from 255) = 38.68%
BLUE value IS 147 (57.81% from 255) = 25.61%
R=35.71%
G=38.68%
B=25.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221470.0800.340.1373.653.1972.35
HexCDDE938022D4a3548
Octal315336223100421511265110
Binary11001101110111101001001110000100010110110010101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE93; }

 p { color: rgb(205,222,147); }

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

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

 a { background-color: rgb(205,222,147); }

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

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

 span { border-color: rgb(205,222,147); }

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