#CADFA5

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

Shades of Reef #CADFA5

Tints of Reef #CADFA5

Color information

#CADFA5 (or 0xCADFA5) is unknown color: approx Reef. HEX triplet: CA, DF and A5. RGB value is (202,223,165). Sum of RGB (Red+Green+Blue) = 202+223+165=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADFA5 is #35205A. Grayscale: #D2D2D2. Windows color (decimal): -3481691 or 10870730. OLE color: 10870730.

HSL color Cylindrical-coordinate representation of color #CADFA5: hue angle of 81.72º degrees, saturation: 0.48, 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 #CADFA5 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB202223165-
CMYK0.0900.260.13
HSL81.72º47.54%76.08%-
HSV(B)81.72º26.01%87.45%-
XYZ57.5468.0545.7-
YUV210.11102.54122.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 223 (87.5% from 255) = 37.80%
BLUE value IS 165 (64.84% from 255) = 27.97%
R=34.24%
G=37.80%
B=27.97%

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
Decimal2022231650.0900.260.1381.7247.5476.08
HexCADFA5901AD52304c
Octal312337245110321512260114
Binary1100101011011111101001011001011010110110100101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFA5; }

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

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

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

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

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

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

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

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