#CDDE9A

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

Shades of Reef #CDDE9A

Tints of Reef #CDDE9A

Color information

#CDDE9A (or 0xCDDE9A) is unknown color: approx Reef. HEX triplet: CD, DE and 9A. RGB value is (205,222,154). Sum of RGB (Red+Green+Blue) = 205+222+154=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDE9A is #322165. Grayscale: #D1D1D1. Windows color (decimal): -3285350 or 10149581. OLE color: 10149581.

HSL color Cylindrical-coordinate representation of color #CDDE9A: hue angle of 75º 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 #CDDE9A is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB205222154-
CMYK0.0800.310.13
HSL75º50.75%73.73%-
HSV(B)75º30.63%87.06%-
XYZ57.1367.5540.6-
YUV209.1696.87125.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 154 (60.55% from 255) = 26.51%
R=35.28%
G=38.21%
B=26.51%

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
Decimal2052221540.0800.310.137550.7573.73
HexCDDE9A801FD4b334a
Octal315336232100371511363112
Binary1100110111011110100110101000011111110110010111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDE9A; }

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

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

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

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

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

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

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

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