#CADFAE

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

Shades of Reef #CADFAE

Tints of Reef #CADFAE

Color information

#CADFAE (or 0xCADFAE) is unknown color: approx Reef. HEX triplet: CA, DF and AE. RGB value is (202,223,174). Sum of RGB (Red+Green+Blue) = 202+223+174=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADFAE is #352051. Grayscale: #D3D3D3. Windows color (decimal): -3481682 or 11460554. OLE color: 11460554.

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

Color convert

RGB202223174-
CMYK0.0900.220.13
HSL85.71º43.36%77.84%-
HSV(B)85.71º21.97%87.45%-
XYZ58.3868.3950.17-
YUV211.14107.04121.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=33.72%
G=37.23%
B=29.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022231740.0900.220.1385.7143.3677.84
HexCADFAE9016D562b4e
Octal312337256110261512653116
Binary1100101011011111101011101001010110110110101101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFAE; }

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

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

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

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

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

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

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

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