#CDE1A1

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

Shades of Reef #CDE1A1

Tints of Reef #CDE1A1

Color information

#CDE1A1 (or 0xCDE1A1) is unknown color: approx Reef. HEX triplet: CD, E1 and A1. RGB value is (205,225,161). Sum of RGB (Red+Green+Blue) = 205+225+161=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE1A1 is #321E5E. Grayscale: #D3D3D3. Windows color (decimal): -3284575 or 10609101. OLE color: 10609101.

HSL color Cylindrical-coordinate representation of color #CDE1A1: hue angle of 78.75º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDE1A1 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB205225161-
CMYK0.0900.280.12
HSL78.75º51.61%75.69%-
HSV(B)78.75º28.44%88.24%-
XYZ58.5469.444.03-
YUV211.7299.37123.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 225 (88.28% from 255) = 38.07%
BLUE value IS 161 (63.28% from 255) = 27.24%
R=34.69%
G=38.07%
B=27.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251610.0900.280.1278.7551.6175.69
HexCDE1A1901CC4f344c
Octal315341241110341411764114
Binary1100110111100001101000011001011100110010011111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1A1; }

 p { color: rgb(205,225,161); }

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

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

 a { background-color: rgb(205,225,161); }

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

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

 span { border-color: rgb(205,225,161); }

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