#CAE1AE

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

Shades of Reef #CAE1AE

Tints of Reef #CAE1AE

Color information

#CAE1AE (or 0xCAE1AE) is unknown color: approx Reef. HEX triplet: CA, E1 and AE. RGB value is (202,225,174). Sum of RGB (Red+Green+Blue) = 202+225+174=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE1AE is #351E51. Grayscale: #D4D4D4. Windows color (decimal): -3481170 or 11461066. OLE color: 11461066.

HSL color Cylindrical-coordinate representation of color #CAE1AE: hue angle of 87.06º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAE1AE is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB202225174-
CMYK0.1000.230.12
HSL87.06º45.95%78.24%-
HSV(B)87.06º22.67%88.24%-
XYZ58.9269.4650.35-
YUV212.31106.38120.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=33.61%
G=37.44%
B=28.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251740.1000.230.1287.0645.9578.24
HexCAE1AEA017C572e4e
Octal312341256120271412756116
Binary1100101011100001101011101010010111110010101111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1AE; }

 p { color: rgb(202,225,174); }

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

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

 a { background-color: rgb(202,225,174); }

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

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

 span { border-color: rgb(202,225,174); }

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