#CADFA6

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

Shades of Reef #CADFA6

Tints of Reef #CADFA6

Color information

#CADFA6 (or 0xCADFA6) is unknown color: approx Reef. HEX triplet: CA, DF and A6. RGB value is (202,223,166). Sum of RGB (Red+Green+Blue) = 202+223+166=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADFA6 is #352059. Grayscale: #D2D2D2. Windows color (decimal): -3481690 or 10936266. OLE color: 10936266.

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

Color convert

RGB202223166-
CMYK0.0900.260.13
HSL82.11º47.11%76.27%-
HSV(B)82.11º25.56%87.45%-
XYZ57.6368.0946.18-
YUV210.22103.04122.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 166 (65.23% from 255) = 28.09%
R=34.18%
G=37.73%
B=28.09%

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
Decimal2022231660.0900.260.1382.1147.1176.27
HexCADFA6901AD522f4c
Octal312337246110321512257114
Binary1100101011011111101001101001011010110110100101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFA6; }

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

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

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

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

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

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

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

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