#CADEA5

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

Shades of Reef #CADEA5

Tints of Reef #CADEA5

Color information

#CADEA5 (or 0xCADEA5) is unknown color: approx Reef. HEX triplet: CA, DE and A5. RGB value is (202,222,165). Sum of RGB (Red+Green+Blue) = 202+222+165=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADEA5 is #35215A. Grayscale: #D1D1D1. Windows color (decimal): -3481947 or 10870474. OLE color: 10870474.

HSL color Cylindrical-coordinate representation of color #CADEA5: hue angle of 81.05º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CADEA5 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB202222165-
CMYK0.0900.260.13
HSL81.05º46.34%75.88%-
HSV(B)81.05º25.68%87.06%-
XYZ57.2767.5245.61-
YUV209.52102.87122.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 222 (87.11% from 255) = 37.69%
BLUE value IS 165 (64.84% from 255) = 28.01%
R=34.30%
G=37.69%
B=28.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022221650.0900.260.1381.0546.3475.88
HexCADEA5901AD512e4c
Octal312336245110321512156114
Binary1100101011011110101001011001011010110110100011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEA5; }

 p { color: rgb(202,222,165); }

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

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

 a { background-color: rgb(202,222,165); }

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

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

 span { border-color: rgb(202,222,165); }

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