#CDDE99

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

Shades of Reef #CDDE99

Tints of Reef #CDDE99

Color information

#CDDE99 (or 0xCDDE99) is unknown color: approx Reef. HEX triplet: CD, DE and 99. RGB value is (205,222,153). Sum of RGB (Red+Green+Blue) = 205+222+153=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDE99 is #322166. Grayscale: #D1D1D1. Windows color (decimal): -3285351 or 10084045. OLE color: 10084045.

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

Color convert

RGB205222153-
CMYK0.0800.310.13
HSL74.78º51.11%73.53%-
HSV(B)74.78º31.08%87.06%-
XYZ57.0567.5240.16-
YUV209.0596.37125.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 222 (87.11% from 255) = 38.28%
BLUE value IS 153 (60.16% from 255) = 26.38%
R=35.34%
G=38.28%
B=26.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052221530.0800.310.1374.7851.1173.53
HexCDDE99801FD4b334a
Octal315336231100371511363112
Binary1100110111011110100110011000011111110110010111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE99; }

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

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

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

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

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

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

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

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