#CADFA4

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

Shades of Reef #CADFA4

Tints of Reef #CADFA4

Color information

#CADFA4 (or 0xCADFA4) is unknown color: approx Reef. HEX triplet: CA, DF and A4. RGB value is (202,223,164). Sum of RGB (Red+Green+Blue) = 202+223+164=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADFA4 is #35205B. Grayscale: #D2D2D2. Windows color (decimal): -3481692 or 10805194. OLE color: 10805194.

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

Color convert

RGB202223164-
CMYK0.0900.260.13
HSL81.36º47.97%75.88%-
HSV(B)81.36º26.46%87.45%-
XYZ57.4568.0145.22-
YUV209.99102.04122.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 164 (64.45% from 255) = 27.84%
R=34.30%
G=37.86%
B=27.84%

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
Decimal2022231640.0900.260.1381.3647.9775.88
HexCADFA4901AD51304c
Octal312337244110321512160114
Binary1100101011011111101001001001011010110110100011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFA4; }

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

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

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

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

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

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

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

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